Ah yes, gitlab.example.com

This commit is contained in:
JFronny 2021-04-11 16:19:04 +02:00
parent ac72f8d596
commit 8304db5dd8
No known key found for this signature in database
GPG Key ID: BEC5ACBBD4EE17E5

View File

@ -75,7 +75,7 @@ publishing {
// select the repositories you want to publish to // select the repositories you want to publish to
repositories { repositories {
maven { 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) { credentials(HttpHeaderCredentials) {
name = "Job-Token" name = "Job-Token"
value = System.getenv("CI_JOB_TOKEN") // the variable resides in ~/.gradle/gradle.properties value = System.getenv("CI_JOB_TOKEN") // the variable resides in ~/.gradle/gradle.properties