Build: Rename commonDep -> commonDependency
This commit is contained in:
committed by
teamcity
parent
156ecce961
commit
bc2f0936bd
@@ -24,7 +24,7 @@ dependencies {
|
||||
}
|
||||
|
||||
testRuntimeOnly(files("${rootProject.projectDir}/dist/kotlinc/lib/kotlin-reflect.jar"))
|
||||
testRuntimeOnly(platform(commonDep("org.junit:junit-bom")))
|
||||
testRuntimeOnly(platform(commonDependency("org.junit:junit-bom")))
|
||||
testRuntimeOnly("org.junit.jupiter:junit-jupiter")
|
||||
|
||||
if (kotlinBuildProperties.isInJpsBuildIdeaSync) {
|
||||
|
||||
Reference in New Issue
Block a user