[build] Requre common capability for gradle plugin test dependency
This commit is contained in:
@@ -17,7 +17,12 @@ dependencies {
|
|||||||
testImplementation(commonDependency("junit:junit"))
|
testImplementation(commonDependency("junit:junit"))
|
||||||
testImplementation(projectTests(":compiler:tests-common"))
|
testImplementation(projectTests(":compiler:tests-common"))
|
||||||
testRuntimeOnly(project(":native:kotlin-klib-commonizer"))
|
testRuntimeOnly(project(":native:kotlin-klib-commonizer"))
|
||||||
testImplementation(project(":kotlin-gradle-plugin"))
|
testImplementation(project(":kotlin-gradle-plugin")) {
|
||||||
|
capabilities {
|
||||||
|
requireCapability("org.jetbrains.kotlin:kotlin-gradle-plugin-common")
|
||||||
|
}
|
||||||
|
}
|
||||||
|
testImplementation(project(":kotlin-gradle-statistics"))
|
||||||
testImplementation(project(":kotlin-gradle-plugin-model"))
|
testImplementation(project(":kotlin-gradle-plugin-model"))
|
||||||
testImplementation(gradleApi())
|
testImplementation(gradleApi())
|
||||||
testImplementation(gradleTestKit())
|
testImplementation(gradleTestKit())
|
||||||
|
|||||||
Reference in New Issue
Block a user