1
0
mirror of synced 2026-08-04 09:17:02 +00:00

Remove check.dependsOn springSnapshotTest

This commit is contained in:
Rob Winch
2015-12-21 16:09:59 -06:00
parent 2ff38ccdc5
commit 3480e3c05c
-1
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"