Skip to content

Commit af75cfc

Browse files
committed
Use CompileOnly for gradle-plugin-api, wbc plugin
1 parent 5ec88c2 commit af75cfc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: wire-binary-compatibility-gradle-plugin/build.gradle.kts

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ plugins {
1111
}
1212

1313
dependencies {
14-
implementation(kotlin("gradle-plugin-api"))
15-
implementation(project(":wire-binary-compatibility-kotlin-plugin"))
14+
compileOnly(kotlin("gradle-plugin-api"))
15+
compileOnly(project(":wire-binary-compatibility-kotlin-plugin"))
1616
implementation(libs.kotlin.gradlePlugin)
1717
}
1818

0 commit comments

Comments
 (0)