Skip to content

Commit

Permalink
Change release version in Gradle build
Browse files Browse the repository at this point in the history
  • Loading branch information
bgprudhomme committed Oct 20, 2024
1 parent 9b26ec7 commit ef27317
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ subprojects {
options.isDeprecation = true
options.isWarnings = true
options.compilerArgs = listOf("-Xlint:unchecked")
options.release.set(8)
options.release.set(21)
}

withType<Javadoc> {
Expand Down

0 comments on commit ef27317

Please sign in to comment.