Skip to content

Commit defdf0f

Browse files
authored
Publish arrow-optics in Gradle Plugin Portal, take 3 (#3763)
1 parent beaaf9e commit defdf0f

File tree

1 file changed

+2
-14
lines changed

1 file changed

+2
-14
lines changed

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

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ plugins {
77
id("com.gradle.plugin-publish") version "2.0.0"
88
}
99

10-
group = property("projects.group").toString()
10+
group = "arrow-kt"
1111

1212
repositories {
1313
gradlePluginPortal()
@@ -65,7 +65,7 @@ gradlePlugin {
6565

6666
plugins {
6767
create("ArrowOpticsPlugin") {
68-
id = "io.arrow-kt.optics"
68+
id = "arrow-kt.optics"
6969
displayName = "ArrowOpticsPlugin"
7070
description = "Arrow Optics for Kotlin (Multiplatform)"
7171
implementationClass = "arrow.optics.plugin.ArrowOpticsPlugin"
@@ -74,18 +74,6 @@ gradlePlugin {
7474
}
7575
}
7676

77-
/*
78-
mavenPublishing {
79-
configureBasedOnAppliedPlugins()
80-
pomFromGradleProperties()
81-
if (project.findProperty("onlyLocal")?.toString()?.toBooleanStrict() != true) {
82-
publishToMavenCentral(automaticRelease = true)
83-
signAllPublications()
84-
}
85-
}
86-
87-
*/
88-
8977
if (project.findProperty("onlyLocal")?.toString()?.toBooleanStrict() == true) {
9078
publishing {
9179
repositories {

0 commit comments

Comments
 (0)