From e4692a4e52f068a13beb47a5361aa6a203f3ba27 Mon Sep 17 00:00:00 2001 From: Volker Berlin Date: Mon, 1 Aug 2022 20:02:59 +0200 Subject: [PATCH] enable assertion --- build.gradle | 1 + 1 file changed, 1 insertion(+) diff --git a/build.gradle b/build.gradle index 2eb1622..6ca5309 100644 --- a/build.gradle +++ b/build.gradle @@ -88,6 +88,7 @@ artifacts { test { systemProperty "file.encoding", "UTF-8" + enableAssertions = true testLogging { showStandardStreams = true showStackTraces = true