Skip to content

Commit

Permalink
Fix package publishing, again.
Browse files Browse the repository at this point in the history
Convert to lowercase, again.
  • Loading branch information
T14D3 committed Jan 6, 2025
1 parent f2e8995 commit 6cdd408
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,9 @@ publishing {
}
publications {
gpr(MavenPublication) {
artifactId = project.name.toLowerCase()
groupId = group.toLowerCase()
version = version
from(components.java)
}
}
Expand Down

0 comments on commit 6cdd408

Please sign in to comment.