Skip to content

Commit 63a0a01

Browse files
committed
enable publishing plugins again
1 parent a562cb4 commit 63a0a01

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ repositories {
2323
}
2424

2525
group = "com.gradleup"
26-
version = "0.2"
26+
version = "0.3"
2727

2828
val shadeConfiguration = configurations.create("shade")
2929

@@ -198,6 +198,6 @@ tasks.register("ci") {
198198
dependsOn("build")
199199
if (isTag()) {
200200
dependsOn("publishAllPublicationsToOssStagingRepository")
201-
//dependsOn("publishPlugins")
201+
dependsOn("publishPlugins")
202202
}
203203
}

0 commit comments

Comments
 (0)