This repository was archived by the owner on Sep 8, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed
Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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 }
Original file line number Diff line number Diff 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}
You can’t perform that action at this time.
0 commit comments