Skip to content
This repository was archived by the owner on Apr 8, 2025. It is now read-only.

Commit 65ac6ba

Browse files
authored
compileJava options release one line
1 parent 3f91e70 commit 65ac6ba

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

build.gradle

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,7 @@ dependencies {
5858
documentation "com.github.javaparser:javaparser-core"
5959
}
6060

61-
compileJava {
62-
options.release = 17
63-
}
61+
compileJava.options.release = 17
6462

6563
grailsPublish {
6664
userOrg = "grails"

0 commit comments

Comments
 (0)