We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0a37ce0 + bed4de1 commit 9c68988Copy full SHA for 9c68988
build.gradle
@@ -31,6 +31,8 @@ apply plugin: 'maven'
31
apply plugin: 'groovy'
32
33
group 'org.scoverage'
34
+sourceCompatibility = '1.6'
35
+targetCompatibility = '1.6'
36
37
configurations {
38
scoverage
0 commit comments