Implement new 'mix' test mode
This mode must be used when one configuration will run several tests for different JUnit versions.
This commit is contained in:
@@ -40,7 +40,7 @@ if (kotlinBuildProperties.isInJpsBuildIdeaSync) {
|
||||
}
|
||||
}
|
||||
|
||||
projectTest(parallel = true, jUnit5Enabled = true) {
|
||||
projectTest(parallel = true, jUnitMode = JUnitMode.JUnit5) {
|
||||
workingDir = rootDir
|
||||
|
||||
useJUnitPlatform()
|
||||
|
||||
Reference in New Issue
Block a user