Skip to content

Commit

Permalink
fix nexus publish
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex009 committed Mar 4, 2022
1 parent 8bfccf3 commit 9c1acc6
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,10 @@ buildscript {

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

val version = libs.versions.mokoErrorsVersion.get()
allprojects {

allprojects {
plugins.withId("org.gradle.maven-publish") {
group = "dev.icerock.moko"
version = libs.versions.mokoErrorsVersion.get()
}
}
this.group = "dev.icerock.moko"
this.version = version
}

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

0 comments on commit 9c1acc6

Please sign in to comment.