Skip to content

Commit

Permalink
Upgrade to Java 21.ea
Browse files Browse the repository at this point in the history
  • Loading branch information
ar committed Aug 12, 2023
1 parent f1486b8 commit 647167e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .sdkmanrc
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
java=20.0.1-zulu
java=21.ea.33-open
gradle=8.2
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ subprojects {
javadoc.failOnError = false

java {
sourceCompatibility = JavaVersion.VERSION_20
targetCompatibility = JavaVersion.VERSION_20
sourceCompatibility = JavaVersion.VERSION_21
targetCompatibility = JavaVersion.VERSION_21
}

tasks.withType(JavaCompile) {
Expand Down

0 comments on commit 647167e

Please sign in to comment.