[PowerAssert] Use OS path separator to parse JUnit5 classpath property
This commit is contained in:
@@ -49,6 +49,6 @@ projectTest(parallel = true) {
|
||||
val localJunit5Classpath: FileCollection = junit5Classpath
|
||||
|
||||
doFirst {
|
||||
systemProperty("junit5.classpath", localJunit5Classpath.files.joinToString(",") { it.absolutePath })
|
||||
systemProperty("junit5.classpath", localJunit5Classpath.asPath)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user