Skip to content

Commit

Permalink
[patch] restoring version setting inside of the publish plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
robertfmurdock committed Sep 26, 2024
1 parent 07ce85d commit f4c770c
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ repositories {
mavenCentral()
}

group = "com.zegreatrob.tools"

afterEvaluate {
publishing.publications.withType<MavenPublication>().forEach {
with(it) {
Expand Down

0 comments on commit f4c770c

Please sign in to comment.