Skip to content

Commit

Permalink
disable coveralls for Java 7
Browse files Browse the repository at this point in the history
  • Loading branch information
Horcrux7 committed Jul 28, 2017
1 parent 2753a00 commit 3ab60a2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion build.gradle
Expand Up @@ -74,7 +74,10 @@ jacocoTestReport {
html.enabled = true
}
}
check.dependsOn tasks.coveralls

if( System.getProperty( "java.vm.specification.version" ) > '1.8' ) {
check.dependsOn tasks.coveralls
}

/****************************************
* Deploy to Maven
Expand Down

0 comments on commit 3ab60a2

Please sign in to comment.