Skip to content
Snippets Groups Projects
Commit b308346d authored by felmer's avatar felmer
Browse files

SSDM-2600: run only no-project-samples test suites in the standard 'build' task.

SVN: 34988
parent 50f9d40f
No related branches found
No related tags found
No related merge requests found
...@@ -93,6 +93,6 @@ testProjectSamplesEnabled.dependsOn(copyTestData) ...@@ -93,6 +93,6 @@ testProjectSamplesEnabled.dependsOn(copyTestData)
testProjectSamplesEnabled.dependsOn(cleanDbSuiteProjectSamplesEnabled) testProjectSamplesEnabled.dependsOn(cleanDbSuiteProjectSamplesEnabled)
test.dependsOn(copyTestData) test.dependsOn(copyTestData)
test.dependsOn(cleanDbSuite) test.dependsOn(cleanDbSuite)
test.dependsOn(testProjectSamplesEnabled) //test.dependsOn(testProjectSamplesEnabled)
apply from: 'gwtdev.gradle' apply from: 'gwtdev.gradle'
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment