Skip to content

Commit e73a53f

Browse files
committed
Use rootProject.name
1 parent f4797a0 commit e73a53f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

build.gradle.kts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ publishing {
5050
pom {
5151
name = project.name
5252
description = "Core library implementing Problem model according to RFC7807"
53-
url = "https://github.com/malczuuu/${project.name}"
53+
url = "https://github.com/malczuuu/${rootProject.name}"
5454
inceptionYear = "2025"
5555
licenses {
5656
license {
@@ -67,12 +67,12 @@ publishing {
6767
}
6868
issueManagement {
6969
system = "GitHub Issues"
70-
url = "https://github.com/malczuuu/${project.name}/issues"
70+
url = "https://github.com/malczuuu/${rootProject.name}/issues"
7171
}
7272
scm {
73-
connection = "scm:git:https://github.com/malczuuu/${project.name}.git"
74-
developerConnection = "scm:git:[email protected]:malczuuu/${project.name}.git"
75-
url = "https://github.com/malczuuu/${project.name}"
73+
connection = "scm:git:https://github.com/malczuuu/${rootProject.name}.git"
74+
developerConnection = "scm:git:[email protected]:malczuuu/${rootProject.name}.git"
75+
url = "https://github.com/malczuuu/${rootProject.name}"
7676
}
7777
}
7878
}

0 commit comments

Comments
 (0)