[Build] Fix dependency on JUnit in :pill:generate-all-tests
This commit is contained in:
committed by
teamcityserver
parent
330574cab6
commit
98934e15c0
@@ -24,7 +24,7 @@ dependencies {
|
||||
}
|
||||
|
||||
testRuntimeOnly(files("${rootProject.projectDir}/dist/kotlinc/lib/kotlin-reflect.jar"))
|
||||
testRuntimeOnly(commonDep("junit-bom"))
|
||||
testRuntimeOnly(platform(commonDep("org.junit:junit-bom")))
|
||||
testRuntimeOnly("org.junit.jupiter:junit-jupiter")
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user