Skip to content

Commit

Permalink
Make the groupId lowercase too
Browse files Browse the repository at this point in the history
  • Loading branch information
ZeroMemes committed Jun 4, 2023
1 parent cc568a1 commit 5d33b4c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ publishing {
configureJavaPublication(it)
}
gpr(MavenPublication) {
groupId = 'com.github.zeromemes'
artifactId = 'alpine' // GitHub Packages requires a lowercase artifact id
configureJavaPublication(it)
}
Expand Down

0 comments on commit 5d33b4c

Please sign in to comment.