Skip to content

Commit

Permalink
Use Java 22
Browse files Browse the repository at this point in the history
  • Loading branch information
ar committed May 7, 2024
1 parent c3b9461 commit 85c8350
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .sdkmanrc
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
java=21.0.2-amzn
gradle=8.7
java=22-amzn
gradle=8.8-rc-1
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ subprojects {
javadoc.failOnError = false

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

tasks.withType(JavaCompile) {
Expand Down

0 comments on commit 85c8350

Please sign in to comment.