[PowerAssert] Mark project tests as using JUnit 5

This commit is contained in:
Brian Norman
2024-02-14 07:50:43 -06:00
committed by Space Team
parent f0268721c1
commit 6d634ac87f
+1 -1
View File
@@ -41,7 +41,7 @@ sourcesJar()
javadocJar()
testsJar()
projectTest(parallel = true) {
projectTest(jUnitMode = JUnitMode.JUnit5) {
dependsOn(":dist")
workingDir = rootDir
useJUnitPlatform()