We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6fcc767 commit 971f2e4Copy full SHA for 971f2e4
1 file changed
build.gradle
@@ -246,6 +246,8 @@ tasks.withType(GroovyCompile) {
246
// Options when compiling Java using the Groovy plugin.
247
// (Groovy itself defaults to UTF-8 for Groovy code)
248
options.encoding = 'UTF-8'
249
+ sourceCompatibility = '11'
250
+ targetCompatibility = '11'
251
groovyOptions.forkOptions.memoryMaximumSize = "4g"
252
}
253
@@ -429,3 +431,4 @@ tasks.withType(GenerateModuleMetadata) {
429
431
test {
430
432
useJUnitPlatform()
433
434
+
0 commit comments