Skip to content

Commit beaaf9e

Browse files
authored
Publish arrow-optics in Gradle Plugin Portal, take 2 (#3762)
1 parent 827b78e commit beaaf9e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
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 }}

arrow-libs/optics/arrow-optics-plugin/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)