Skip to content

Commit

Permalink
Remove group and version setup for jitpack
Browse files Browse the repository at this point in the history
  • Loading branch information
warnyul committed Apr 18, 2023
1 parent 0dff189 commit 1a4043a
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,3 @@ buildscript {
classpath(":resources-build-logic")
}
}

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

0 comments on commit 1a4043a

Please sign in to comment.