File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
arrow-libs/optics/arrow-optics-plugin Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 4040 run : ./gradlew publishToMavenCentral -Pversion=${{ github.event.release.name }} -Penable_wasm=true
4141
4242 - name : Publish plug-ins
43- run : ./gradlew publishPlugins -Pversion=${{ github.event.release.name }} -Penable_wasm=true -Pgradle.publish.key=${{ secrets.GRADLE_PUBLISH_KEY_ARROW }} -Pgradle.publish.secret=${{ secrets.GRADLE_PUBLISH_SECRET_ARROW }}
43+ run : ./gradlew publishPlugins -Pversion=${{ github.event.release.name }} -Penable_wasm=true -Pgradle.publish.key=${{ secrets.GRADLE_PUBLISH_KEY }} -Pgradle.publish.secret=${{ secrets.GRADLE_PUBLISH_SECRET }}
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ plugins {
77 id(" com.gradle.plugin-publish" ) version " 2.0.0"
88}
99
10- group = " arrow-kt "
10+ group = property( " projects.group " ).toString()
1111
1212repositories {
1313 gradlePluginPortal()
@@ -65,7 +65,7 @@ gradlePlugin {
6565
6666 plugins {
6767 create(" ArrowOpticsPlugin" ) {
68- id = " arrow-kt.optics"
68+ id = " io. arrow-kt.optics"
6969 displayName = " ArrowOpticsPlugin"
7070 description = " Arrow Optics for Kotlin (Multiplatform)"
7171 implementationClass = " arrow.optics.plugin.ArrowOpticsPlugin"
You can’t perform that action at this time.
0 commit comments