[IC] Setup JUnit5 tests for :kotlin-build-common

#KT-49785 In Progress
This commit is contained in:
Alexander Likhachev
2023-01-03 20:59:35 +01:00
committed by Space Team
parent bb51522cac
commit d0c049cc00
2 changed files with 5 additions and 0 deletions
+4
View File
@@ -42,3 +42,7 @@ javadocJar()
testsJar()
projectTest(parallel = true)
projectTest("testJUnit5", jUnitMode = JUnitMode.JUnit5, parallel = true) {
useJUnitPlatform()
}