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:
@@ -75,7 +75,7 @@ sourcesJar()
|
||||
|
||||
testsJar()
|
||||
|
||||
projectTest(jUnit5Enabled = true) {
|
||||
projectTest(jUnitMode = JUnitMode.JUnit5) {
|
||||
useJUnitPlatform()
|
||||
dependsOn(parcelizeRuntimeForTests)
|
||||
dependsOn(":dist")
|
||||
|
||||
Reference in New Issue
Block a user