Skip to content

Commit 69db154

Browse files
committed
fix version and group for nexus
1 parent c0fa8ed commit 69db154

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

build.gradle.kts

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,15 @@ buildscript {
1818
}
1919
}
2020

21-
apply(plugin = "nexus-publication-convention")
22-
2321
allprojects {
2422
plugins.withId("org.gradle.maven-publish") {
2523
group = "dev.icerock.moko"
2624
version = moko.versions.resourcesVersion.get()
2725
}
2826
}
27+
28+
// required for nexus plugin
29+
group = "dev.icerock.moko"
30+
version = moko.versions.resourcesVersion.get()
31+
32+
apply(plugin = "nexus-publication-convention")

0 commit comments

Comments
 (0)