Skip to content
This repository was archived by the owner on Sep 8, 2025. It is now read-only.

Commit d875bed

Browse files
committed
#295 fixes
1 parent 6c49e06 commit d875bed

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Cocoapods install
2929
run: (cd sample/ios-app && pod install)
3030
- name: Publish plugin
31-
run: ./gradlew -p plugin publishPlugins -Pgradle.publish.key=<${{ secrets.GRADLE_PLUGIN_PORTAL_KEY }}> -Pgradle.publish.secret=<${{ secrets.GRADLE_PLUGIN_PORTAL_SECRET }}>
31+
run: ./gradlew -p plugin publishPlugins -Pgradle.publish.key=${{ secrets.GRADLE_PLUGIN_PORTAL_KEY }} -Pgradle.publish.secret=${{ secrets.GRADLE_PLUGIN_PORTAL_SECRET }}
3232
- name: Publish library
3333
run: ./gradlew publish
3434

build.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ buildscript {
1212
dependencies {
1313
classpath("dev.icerock.moko:resources-generator:0.16.2")
1414
classpath("dev.icerock.moko.widgets:gradle-plugin")
15-
classpath("com.gradle.publish:plugin-publish-plugin:0.15.0")
1615

1716
classpath(":widgets-build-logic")
1817
}

plugin/build.gradle.kts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ buildscript {
1919
jcenter()
2020
}
2121
dependencies {
22+
classpath("com.gradle.publish:plugin-publish-plugin:0.15.0")
23+
2224
classpath(":widgets-build-logic")
2325
}
2426
}

0 commit comments

Comments
 (0)