Skip to content

Commit dca5250

Browse files
committed
publication: set artifact IDs to lower case
github packages only support artifact IDs with lower cases. <
1 parent 56cc38c commit dca5250

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ publishing {
279279
publications {
280280
allScripts(MavenPublication) {
281281
groupId 'org.iets3.opensource'
282-
artifactId 'allScripts'
282+
artifactId 'allscripts'
283283
artifact packageAllScripts
284284
}
285285
openSource(MavenPublication) {

0 commit comments

Comments
 (0)