diff --git a/build.gradle b/build.gradle index e452bcb..ba22431 100644 --- a/build.gradle +++ b/build.gradle @@ -75,7 +75,7 @@ publishing { // select the repositories you want to publish to repositories { maven { - url "https://gitlab.example.com/api/v4/projects/25805200/packages/maven" + url "https://www.gitlab.com/api/v4/projects/25805200/packages/maven" credentials(HttpHeaderCredentials) { name = "Job-Token" value = System.getenv("CI_JOB_TOKEN") // the variable resides in ~/.gradle/gradle.properties