Skip to content

Commit

Permalink
fixed publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
escanda committed Aug 25, 2023
1 parent 04a9883 commit b27f483
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,10 @@ publishing {
}
}
publications {
register<MavenPublication>("gpr") {
create<MavenPublication>("myProject") {
from(components["java"])
groupId = "com.me"
withBuildIdentifier()
}
}
}
Expand Down

0 comments on commit b27f483

Please sign in to comment.