Skip to content

Commit

Permalink
compileJava.options.release one line (#260)
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesfredley authored Oct 24, 2024
1 parent 3e1b127 commit 3d5751b
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 @@ -41,9 +41,7 @@ subprojects {
}
apply plugin: 'java'

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

dependencies {
implementation "org.sitemesh:grails-plugin-sitemesh3:$grailsSitemesh3Version"
Expand Down

0 comments on commit 3d5751b

Please sign in to comment.