Skip to content

Commit

Permalink
Update build.gradle.kts
Browse files Browse the repository at this point in the history
  • Loading branch information
bgprudhomme authored Oct 20, 2024
1 parent 92b911a commit c40ead3
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 c40ead3

Please sign in to comment.