From 8304db5dd89ac849822c21d81cfeeae8a426dc80 Mon Sep 17 00:00:00 2001 From: JFronny <33260128+jfronny@users.noreply.github.com> Date: Sun, 11 Apr 2021 16:19:04 +0200 Subject: [PATCH] Ah yes, gitlab.example.com --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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