File tree Expand file tree Collapse file tree
wire-binary-compatibility-gradle-plugin Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ include(":wire-schema-tests")
6060include(" :wire-swift-generator" )
6161include(" :wire-test-utils" )
6262include(" :wire-tests" )
63- if (startParameter.projectProperties.get(" swift" ) != " false" ) {
63+ if (false && startParameter.projectProperties.get(" swift" ) != " false" ) {
6464 include(" :wire-runtime-swift" )
6565 include(" :wire-tests-swift" )
6666 include(" :wire-tests-swift:no-manifest" )
Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ plugins {
1111}
1212
1313dependencies {
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
You can’t perform that action at this time.
0 commit comments