File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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:git@github.com: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:git@github.com:malczuuu/${rootProject .name} .git"
75+ url = " https://github.com/malczuuu/${rootProject .name} "
7676 }
7777 }
7878 }
You can’t perform that action at this time.
0 commit comments