Skip to content

Commit d6756bf

Browse files
author
volker
committed
disable the coverage for now because the old plugin is not compatible
with current Gradle version
1 parent 28e7fa3 commit d6756bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jacocoTestReport {
8383
}
8484
}
8585

86-
if( System.getProperty( "java.vm.specification.version" ) > '1.8' ) {
86+
if( false && System.getProperty( "java.vm.specification.version" ) > '1.8' ) {
8787
check.dependsOn tasks.coveralls
8888
}
8989

0 commit comments

Comments
 (0)