Skip to content

Commit 8a0bb6d

Browse files
committed
Enable assertions for IntelliJ junit test runner
1 parent f63c32f commit 8a0bb6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle/ide.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ idea {
9090
port = 5005
9191
}
9292
defaults(JUnit) {
93-
vmParameters = '-Djava.locale.providers=SPI,COMPAT'
93+
vmParameters = '-ea -Djava.locale.providers=SPI,COMPAT'
9494
}
9595
}
9696
copyright {

0 commit comments

Comments
 (0)