Skip to content

Commit

Permalink
compileJava options release one line
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesfredley authored Oct 26, 2024
1 parent 3f91e70 commit 65ac6ba
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 @@ -58,9 +58,7 @@ dependencies {
documentation "com.github.javaparser:javaparser-core"
}

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

grailsPublish {
userOrg = "grails"
Expand Down

0 comments on commit 65ac6ba

Please sign in to comment.