Skip to content

Commit

Permalink
Merge pull request #47 from gradle/fix-publication
Browse files Browse the repository at this point in the history
Fix publication
  • Loading branch information
skuzzle authored Nov 10, 2023
2 parents cb75769 + f17fb0a commit 6d98b77
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
}

nexusPublishing {
packageGroup.set("org.gradle")
packageGroup.set("com.gradle")
this.repositories {
sonatype {
// https://central.sonatype.org/news/20210223_new-users-on-s01/
Expand Down

0 comments on commit 6d98b77

Please sign in to comment.