Add release checks

This commit is contained in:
Rob Winch
2013-11-01 08:55:57 -05:00
parent ba3e9fd412
commit 65f16eeb81
2 changed files with 19 additions and 0 deletions

View File

@@ -1,5 +1,6 @@
apply from: JAVA_SCRIPT
apply from: MAVEN_DEPLOYMENT_SCRIPT
apply from: "$rootDir/gradle/release-checks.gradle"
configurations {
jacoco //Configuration Group used by Sonar to provide Code Coverage using JaCoCo