Skip to content

Commit 5235ce7

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ publishing {
4343
repositories {
4444
maven {
4545
name = "GitHubPackages"
46-
url = uri("https://maven.pkg.github.com/ykdz/hyphautils")
46+
url = uri("https://maven.pkg.github.com/ykdz/HyphaUtils")
4747
credentials {
4848
username = project.findProperty("gpr.user") as String? ?: System.getenv("GPR_USER")
4949
password = project.findProperty("gpr.key") as String? ?: System.getenv("GPR_KEY")
@@ -54,7 +54,7 @@ publishing {
5454
register<MavenPublication>("gpr") {
5555
from(components["java"])
5656
groupId = group as String
57-
artifactId = rootProject.name.lowercase(Locale.getDefault())
57+
artifactId = rootProject.name
5858
version = version.lowercase(Locale.getDefault())
5959
}
6060
}

0 commit comments

Comments
 (0)