Skip to content

Commit

Permalink
build: use release flag
Browse files Browse the repository at this point in the history
  • Loading branch information
szysas committed Oct 28, 2024
1 parent 7ba5a5d commit 92d41c3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,7 @@ subprojects {
}

withType<JavaCompile> {
sourceCompatibility = "1.8"
targetCompatibility = "1.8"
options.release.set(8)
options.encoding = "UTF-8"
}

Expand Down

0 comments on commit 92d41c3

Please sign in to comment.