Skip to content

Commit

Permalink
fix group setting
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex009 committed Apr 1, 2022
1 parent 4dc47d2 commit 2ab3e3e
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,8 @@ buildscript {
apply(plugin = "dev.icerock.moko.gradle.publication.nexus")
val mokoVersion = libs.versions.mokoPermissionsVersion.get()
allprojects {
plugins.withId("org.gradle.maven-publish") {
group = "dev.icerock.moko"
version = mokoVersion
}
group = "dev.icerock.moko"
version = mokoVersion
}

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

0 comments on commit 2ab3e3e

Please sign in to comment.