Skip to content

Commit

Permalink
ci/fix(build): assign artifact id correcter
Browse files Browse the repository at this point in the history
Signed-off-by: Brenden Freier <[email protected]>
  • Loading branch information
Baconing authored Oct 3, 2024
1 parent 9328822 commit b0c4a68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ publishing {
publications {
maven(MavenPublication) {
groupId = group as Publication
artifactId = 'librobot' as Publication
artifactId = "librobot" as Publication
version = version as Publication

from components.java
Expand Down

0 comments on commit b0c4a68

Please sign in to comment.