HHH-7725 reverting build.gradle change

This commit is contained in:
brmeyer 2012-11-01 01:42:27 -04:00
parent 7433158f2e
commit a0967702e4
1 changed files with 2 additions and 2 deletions

View File

@ -170,8 +170,8 @@ subprojects { subProject ->
// TODO: Temporarily removing -- was causing issues with
// entitymanager tests.
//systemProperties = System.properties
//systemProperties['hibernate.test.validatefailureexpected'] = true
//maxHeapSize = "1024m"
systemProperties['hibernate.test.validatefailureexpected'] = true
maxHeapSize = "1024m"
}