4.1.8.Final release
This commit is contained in:
parent
1fdba5d906
commit
7433158f2e
|
@ -167,9 +167,11 @@ subprojects { subProject ->
|
||||||
// pass along command line defined system props (-D) to the test
|
// 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
|
// 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
|
// and I no longer remember that groovy-magic needed to accomplish that
|
||||||
systemProperties = System.properties
|
// TODO: Temporarily removing -- was causing issues with
|
||||||
systemProperties['hibernate.test.validatefailureexpected'] = true
|
// entitymanager tests.
|
||||||
maxHeapSize = "1024m"
|
//systemProperties = System.properties
|
||||||
|
//systemProperties['hibernate.test.validatefailureexpected'] = true
|
||||||
|
//maxHeapSize = "1024m"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue