Skip to content

Commit 4c874fb

Browse files
committed
Enable assertion in build.gradle file
1 parent 1a563d1 commit 4c874fb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

build.gradle

+4
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ checkstyle {
2020
toolVersion = '10.2'
2121
}
2222

23+
run {
24+
enableAssertions = true
25+
}
26+
2327
test {
2428
useJUnitPlatform()
2529
finalizedBy jacocoTestReport

0 commit comments

Comments
 (0)