Skip to content

Commit 9c1acc6

Browse files
committed
fix nexus publish
1 parent 8bfccf3 commit 9c1acc6

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

build.gradle.kts

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,10 @@ buildscript {
1919

2020
apply(plugin = "dev.icerock.moko.gradle.publication.nexus")
2121

22+
val version = libs.versions.mokoErrorsVersion.get()
2223
allprojects {
23-
24-
allprojects {
25-
plugins.withId("org.gradle.maven-publish") {
26-
group = "dev.icerock.moko"
27-
version = libs.versions.mokoErrorsVersion.get()
28-
}
29-
}
24+
this.group = "dev.icerock.moko"
25+
this.version = version
3026
}
3127

3228
tasks.register("clean", Delete::class).configure {

0 commit comments

Comments
 (0)