We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fb7859 commit 00b5007Copy full SHA for 00b5007
1 file changed
server/build.gradle
@@ -25,6 +25,10 @@ java {
25
}
26
27
28
+tasks.withType(JavaCompile).configureEach {
29
+ options.release.set(21)
30
+}
31
+
32
spotless {
33
// optional: limit format enforcement to just the files changed by this feature branch
34
//ratchetFrom 'origin/main'
@@ -141,6 +145,9 @@ bootRun
141
145
142
146
143
147
148
+// compileJava {
149
+// options.compilerArgs << '-parameters'
150
+// }
144
151
152
153
compileTestJava {
0 commit comments