Skip to content

Commit

Permalink
Merge pull request #13810 from grails/compileJava-options-release
Browse files Browse the repository at this point in the history
compileJava.options.release one line
  • Loading branch information
jamesfredley authored Oct 24, 2024
2 parents 5cdcb08 + c25b9c7 commit fff053d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -464,9 +464,7 @@ subprojects { subproject ->
}
}

compileJava {
options.release = 17
}
compileJava.options.release = 17

if (!isTestSuite) {
tasks.register('installToHomeDist', Copy) {
Expand Down

0 comments on commit fff053d

Please sign in to comment.