mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-16 16:15:06 +00:00
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…
x
Reference in New Issue
Block a user