Skip to content

Commit

Permalink
Update java
Browse files Browse the repository at this point in the history
  • Loading branch information
valis committed Oct 1, 2024
1 parent 98eb0b8 commit bf79799
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ dependencies {

java {
// toolchain.languageVersion.set(JavaLanguageVersion.of(17))
sourceCompatibility = JavaVersion.VERSION_17
targetCompatibility = JavaVersion.VERSION_17
sourceCompatibility = JavaVersion.VERSION_21
targetCompatibility = JavaVersion.VERSION_21
}

tasks["jar"].dependsOn(
Expand Down

0 comments on commit bf79799

Please sign in to comment.