Skip to content

Commit

Permalink
Fix maven publish (#31)
Browse files Browse the repository at this point in the history
* Add explicit maven artifactId with lowercase name of package: "2412robotlibrary" in order to fix publish failure
  • Loading branch information
jamesdooley4 authored Feb 16, 2021
1 parent 24fdea0 commit a529e91
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 @@ -94,6 +94,7 @@ publishing {
publications {
gpr(MavenPublication) {
from(components.java)
artifactId = "2412robotlibrary"
}
}
}
Expand Down

0 comments on commit a529e91

Please sign in to comment.