Use JUnit 5 for Java Modules integration tests
No idea why we weren't, but using JUnit 4 leads to problems with JDK 21 (some classes being detected as tests even though they aren't), so let's avoid that.
This commit is contained in:
parent
03e2fc9654
commit
09c6c1d6e8
|
@ -27,6 +27,6 @@ dependencies {
|
|||
}
|
||||
|
||||
test {
|
||||
useJUnit()
|
||||
useJUnitPlatform()
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue