Enable assertions for IntelliJ junit test runner
This commit is contained in:
parent
f63c32ff31
commit
8a0bb6d116
|
@ -90,7 +90,7 @@ idea {
|
|||
port = 5005
|
||||
}
|
||||
defaults(JUnit) {
|
||||
vmParameters = '-Djava.locale.providers=SPI,COMPAT'
|
||||
vmParameters = '-ea -Djava.locale.providers=SPI,COMPAT'
|
||||
}
|
||||
}
|
||||
copyright {
|
||||
|
|
Loading…
Reference in New Issue