HHH-5616 - Switch to Gradle for builds .. disable hem tests due to tcl needing to be given to shrinkwrap stuff

This commit is contained in:
Steve Ebersole 2010-10-11 09:29:51 -05:00
parent 30851c8545
commit d18170e490
1 changed files with 6 additions and 3 deletions

View File

@ -52,7 +52,10 @@ task processBundleResources {
}
processBundleResources.dependsOn bundlesTargetDir
//ideaModule {
// testSourceDirs.add( file( procTargetDirName ) )
//}
ideaModule {
testSourceDirs.add( file( procTargetDirName ) )
}
// TODO : temporarily disable the tests until the shrinkwrap stuff is straightened out.
test.enabled = false