set correct project id in build.gradle

This commit is contained in:
2025-01-08 14:28:18 +00:00
committed by Thomas Peetz
parent 24e4c0b58e
commit e078f43cc6
+1 -1
View File
@@ -97,7 +97,7 @@ publishing {
repositories {
maven {
name = "gitlabPackageRegistry"
url = uri("https://gitlab.com/api/v4/projects/62010300/packages/maven")
url = uri("https://gitlab.com/api/v4/projects/64726715/packages/maven")
credentials(PasswordCredentials)
}
}