mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-16 16:15:06 +00:00
Tryout a deterministic test class order
This commit is contained in:
parent
fb30206387
commit
d1a732fcf1
@ -10,8 +10,8 @@
|
||||
ext {
|
||||
|
||||
junitVersion = '4.13.2'
|
||||
junitVintageVersion = '5.7.1'
|
||||
junit5Version = '5.7.1'
|
||||
junitVintageVersion = '5.8.2'
|
||||
junit5Version = '5.8.2'
|
||||
|
||||
h2Version = '1.4.197'
|
||||
bytemanVersion = '4.0.16' //Compatible with JDK16
|
||||
|
@ -0,0 +1 @@
|
||||
junit.jupiter.testclass.order.default=org.junit.jupiter.api.ClassOrderer$ClassName
|
Loading…
x
Reference in New Issue
Block a user