File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
arrow-libs/optics/arrow-optics-plugin Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 3737 run : ./gradlew assemble -Pversion=${{ github.event.release.name }} -Penable_wasm=true
3838
3939 - name : Publish artifacts
40- run : ./gradlew publish -Pversion=${{ github.event.release.name }} -Penable_wasm=true
40+ run : ./gradlew publishToMavenCentral -Pversion=${{ github.event.release.name }} -Penable_wasm=true
4141
4242 - name : Publish plug-ins
4343 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 }}
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ gradlePlugin {
6565
6666 plugins {
6767 create(" ArrowOpticsPlugin" ) {
68- id = " arrow.optics.plugin "
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