We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e104da commit 576e65aCopy full SHA for 576e65a
modules/spock/build.gradle
@@ -23,6 +23,11 @@ dependencies {
23
testCompileOnly 'org.jetbrains:annotations:24.1.0'
24
}
25
26
+tasks.withType(GroovyCompile) {
27
+ options.release.set(8)
28
+ options.encoding = 'UTF-8'
29
+}
30
+
31
sourceJar {
32
/* allJava is default (see gradle/publishing.gradle:sourceJar)
33
allSource contains both .java and .groovy files */
0 commit comments