We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a90ed60 commit 5235ce7Copy full SHA for 5235ce7
build.gradle.kts
@@ -43,7 +43,7 @@ publishing {
43
repositories {
44
maven {
45
name = "GitHubPackages"
46
- url = uri("https://maven.pkg.github.com/ykdz/hyphautils")
+ url = uri("https://maven.pkg.github.com/ykdz/HyphaUtils")
47
credentials {
48
username = project.findProperty("gpr.user") as String? ?: System.getenv("GPR_USER")
49
password = project.findProperty("gpr.key") as String? ?: System.getenv("GPR_KEY")
@@ -54,7 +54,7 @@ publishing {
54
register<MavenPublication>("gpr") {
55
from(components["java"])
56
groupId = group as String
57
- artifactId = rootProject.name.lowercase(Locale.getDefault())
+ artifactId = rootProject.name
58
version = version.lowercase(Locale.getDefault())
59
}
60
0 commit comments