enable assertion

This commit is contained in:
Volker Berlin 2022-08-01 20:02:59 +02:00
parent 7d2152a5df
commit e4692a4e52
No known key found for this signature in database
GPG Key ID: 988423EF815BE4CB

View File

@ -88,6 +88,7 @@ artifacts {
test {
systemProperty "file.encoding", "UTF-8"
enableAssertions = true
testLogging {
showStandardStreams = true
showStackTraces = true