fix sql highlighting

(cherry picked from commit b208755db9)
This commit is contained in:
Steve Ebersole 2023-05-10 16:59:46 -05:00
parent da71d54833
commit 9e9a135218
1 changed files with 1 additions and 0 deletions

View File

@ -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