Switch to old junit platform for hibernate-enhance-maven-plugin module
This commit is contained in:
parent
65016aaf42
commit
0b0d9339a6
|
@ -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()
|
Loading…
Reference in New Issue