Skip to content

Commit e935e67

Browse files
committed
[0.1.0-Beta] Test auto release
1 parent 5235ce7 commit e935e67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ publishing {
5454
register<MavenPublication>("gpr") {
5555
from(components["java"])
5656
groupId = group as String
57-
artifactId = rootProject.name
57+
artifactId = rootProject.name.lowercase(Locale.getDefault())
5858
version = version.lowercase(Locale.getDefault())
5959
}
6060
}

0 commit comments

Comments
 (0)