fix sql highlighting

This commit is contained in:
Steve Ebersole 2023-05-10 16:59:46 -05:00
parent 90227d94bd
commit b208755db9
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