We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ab3306 commit e38e59fCopy full SHA for e38e59f
.github/workflows/validation.yml
@@ -15,7 +15,7 @@ concurrency:
15
cancel-in-progress: true
16
17
env:
18
- JAVA_VERSION: '17'
+ JAVA_VERSION: '21'
19
GRADLE_OPTS: "-Dorg.gradle.daemon=false -Dorg.gradle.parallel=true -Dkotlin.daemon.useFallbackStrategy=false -Dorg.gradle.jvmargs='-Xmx3g -XX:+UseParallelGC'"
20
GRADLE_USER_HOME: ${{ github.workspace }}/.gradle
21
CI: "true"
0 commit comments