4.1.8.Final release

This commit is contained in:
brmeyer 2012-11-01 00:58:49 -04:00
parent 174e9b8ab2
commit 628145bb01
1 changed files with 5 additions and 3 deletions

View File

@ -181,9 +181,11 @@ subprojects { subProject ->
// pass along command line defined system props (-D) to the test
// pretty sure I used to have this limited to just certain prefixes, but that is no longer here
// and I no longer remember that groovy-magic needed to accomplish that
systemProperties = System.properties
systemProperties['hibernate.test.validatefailureexpected'] = true
maxHeapSize = "1024m"
// TODO: Temporarily removing -- was causing issues with
// entitymanager tests.
//systemProperties = System.properties
//systemProperties['hibernate.test.validatefailureexpected'] = true
//maxHeapSize = "1024m"
}