Remove check.dependsOn springSnapshotTest

This commit is contained in:
Rob Winch 2015-12-21 16:09:59 -06:00
parent cfd576316f
commit 80ca441e88

View File

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