Skip to content

Commit

Permalink
Move to Java 19
Browse files Browse the repository at this point in the history
  • Loading branch information
jonatan-ivanov committed Oct 26, 2022
1 parent 32c6e93 commit 84d8355
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,9 @@ apply from: 'gradle/runtime.gradle'
apply from: 'gradle/docker.gradle'

java {
sourceCompatibility = JavaVersion.VERSION_18
targetCompatibility = JavaVersion.VERSION_18
toolchain {
languageVersion = JavaLanguageVersion.of(19)
}
}

repositories {
Expand Down

0 comments on commit 84d8355

Please sign in to comment.