Skip to content

Commit

Permalink
hot fix artifact id because the package group and name must be unique…
Browse files Browse the repository at this point in the history
… within an organization/account.
  • Loading branch information
deadsalmonbrain committed Dec 12, 2021
1 parent d6e5680 commit d4bce4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion computing/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ publishing {

publications {
gpr(MavenPublication) {
artifactId "computing"
artifactId "computing-library"
version version
groupId group
artifact file("build/libs/computing-${version}.jar")
Expand Down

0 comments on commit d4bce4b

Please sign in to comment.