[attempt] use group maven

This commit is contained in:
JFronny 2021-10-03 12:06:35 +02:00
parent cddfd6c0fa
commit 1a0d4786e9
No known key found for this signature in database
GPG Key ID: BEC5ACBBD4EE17E5
1 changed files with 2 additions and 2 deletions

View File

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