mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-17 08:35:13 +00:00
fix sql highlighting
(cherry picked from commit b208755db9eb190de71adcdb9d08acead0dcda76)
This commit is contained in:
parent
da71d54833
commit
9e9a135218
@ -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