Switch to old junit platform for hibernate-enhance-maven-plugin module

This commit is contained in:
Christian Beikov 2021-09-01 19:48:37 +02:00
parent 65016aaf42
commit 0b0d9339a6
1 changed files with 3 additions and 1 deletions

View File

@ -106,4 +106,6 @@ processResources.doLast {
}
processResources.dependsOn processPluginXml
// Use the "old" junit platform for this module as the JUnit platform will do nested class loading
// which is interfering with the enhancement test, as classes are loaded before enhancement
test.useJUnit()