Skip to content

Commit a529e91

Browse files
authored
Fix maven publish (#31)
* Add explicit maven artifactId with lowercase name of package: "2412robotlibrary" in order to fix publish failure
1 parent 24fdea0 commit a529e91

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ publishing {
9494
publications {
9595
gpr(MavenPublication) {
9696
from(components.java)
97+
artifactId = "2412robotlibrary"
9798
}
9899
}
99100
}

0 commit comments

Comments
 (0)