Skip to content

Commit e38e59f

Browse files
committed
Java version 21 for CI/CD
Signed-off-by: andreypfau <[email protected]>
1 parent 4ab3306 commit e38e59f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/validation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ concurrency:
1515
cancel-in-progress: true
1616

1717
env:
18-
JAVA_VERSION: '17'
18+
JAVA_VERSION: '21'
1919
GRADLE_OPTS: "-Dorg.gradle.daemon=false -Dorg.gradle.parallel=true -Dkotlin.daemon.useFallbackStrategy=false -Dorg.gradle.jvmargs='-Xmx3g -XX:+UseParallelGC'"
2020
GRADLE_USER_HOME: ${{ github.workspace }}/.gradle
2121
CI: "true"

0 commit comments

Comments
 (0)