Skip to content
Snippets Groups Projects
Commit de76558c authored by anttil's avatar anttil
Browse files

SSDM-1676: disable cleanDbSuite for now

SVN: 33830
parent fc2ff304
No related branches found
No related tags found
No related merge requests found
...@@ -73,6 +73,6 @@ task copyTestData(type: Copy, dependsOn: testClasses) { ...@@ -73,6 +73,6 @@ task copyTestData(type: Copy, dependsOn: testClasses) {
include "*.properties" include "*.properties"
} }
test.dependsOn(copyTestData) test.dependsOn(copyTestData)
test.dependsOn(cleanDbSuite) // test.dependsOn(cleanDbSuite)
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