4.1.8.Final release
This commit is contained in:
parent
174e9b8ab2
commit
628145bb01
|
@ -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"
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue