We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0fa8ed commit 69db154Copy full SHA for 69db154
1 file changed
build.gradle.kts
@@ -18,11 +18,15 @@ buildscript {
18
}
19
20
21
-apply(plugin = "nexus-publication-convention")
22
-
23
allprojects {
24
plugins.withId("org.gradle.maven-publish") {
25
group = "dev.icerock.moko"
26
version = moko.versions.resourcesVersion.get()
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