Revert "[attempt] use group maven"

This reverts commit 1a0d4786e9
This commit is contained in:
J. Fronny 2021-10-03 10:16:38 +00:00
parent 1a0d4786e9
commit bfb03f1286
1 changed files with 2 additions and 2 deletions

View File

@ -182,7 +182,7 @@ subprojects {
repositories {
maven {
url = "https://gitlab.com/api/v4/groups/10865407/-/packages/maven"
url = "https://gitlab.com/api/v4/projects/25805200/packages/maven"
name = "gitlab"
credentials(HttpHeaderCredentials) {
@ -230,7 +230,7 @@ publishing {
repositories {
maven {
url = "https://gitlab.com/api/v4/groups/10865407/-/packages/maven"
url = "https://gitlab.com/api/v4/projects/25805200/packages/maven"
name = "gitlab"
credentials(HttpHeaderCredentials) {