Browse Source

Remove check.dependsOn springSnapshotTest

Rob Winch 9 years ago
parent
commit
3480e3c05c
1 changed files with 0 additions and 1 deletions
  1. 0 1
      gradle/javaprojects.gradle

+ 0 - 1
gradle/javaprojects.gradle

@@ -144,7 +144,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"