fix sql highlighting
This commit is contained in:
parent
90227d94bd
commit
b208755db9
|
@ -280,6 +280,7 @@ tasks.withType( Test.class ).each { test ->
|
|||
test.maxHeapSize = '3G'
|
||||
|
||||
test.systemProperties['hibernate.test.validatefailureexpected'] = true
|
||||
test.systemProperties['hibernate.highlight_sql'] = false
|
||||
test.systemProperties += System.properties.findAll { it.key.startsWith( "hibernate." ) }
|
||||
|
||||
test.enableAssertions = true
|
||||
|
|
Loading…
Reference in New Issue