mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-10 05:04:52 +00:00
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
60296fb873
commit
1374a2b518
@ -27,6 +27,6 @@ dependencies {
|
||||
}
|
||||
|
||||
test {
|
||||
useJUnit()
|
||||
useJUnitPlatform()
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user