Remove check.dependsOn springSnapshotTest

This commit is contained in:
Rob Winch 2015-12-21 16:09:59 -06:00
parent 2ff38ccdc5
commit 3480e3c05c

View File

@ -144,7 +144,6 @@ task springSnapshotTest(type: Test) {
junitXml.destination = project.file("$buildDir/reports/spring-snapshot-tests/")
}
}
check.dependsOn springSnapshotTest
dependencies {
optional "commons-logging:commons-logging:$commonsLoggingVersion"