Browse Source

Remove check.dependsOn springSnapshotTest

pull/254/head
Rob Winch 10 years ago
parent
commit
80ca441e88
  1. 1
      gradle/javaprojects.gradle

1
gradle/javaprojects.gradle

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

Loading…
Cancel
Save