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:
parent
30851c8545
commit
d18170e490
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue