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.
1 parent 28e7fa3 commit d6756bfCopy full SHA for d6756bf
build.gradle
@@ -83,7 +83,7 @@ jacocoTestReport {
83
}
84
85
86
-if( System.getProperty( "java.vm.specification.version" ) > '1.8' ) {
+if( false && System.getProperty( "java.vm.specification.version" ) > '1.8' ) {
87
check.dependsOn tasks.coveralls
88
89
0 commit comments