Skip to content

Commit 47d2b29

Browse files
committed
Remove gitlab section
1 parent d24ea81 commit 47d2b29

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

build.gradle.kts

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -49,23 +49,5 @@ publishing {
4949
}
5050
}
5151
}
52-
53-
if (System.getenv().containsKey("CI")) {
54-
repositories {
55-
maven {
56-
name = "GitLab"
57-
val ciApiv4Url = System.getenv("CI_API_V4_URL")
58-
val projectId = System.getenv("CI_PROJECT_ID")
59-
url = uri("$ciApiv4Url/projects/$projectId/packages/maven")
60-
credentials(HttpHeaderCredentials::class.java) {
61-
name = "Job-Token"
62-
value = System.getenv("CI_JOB_TOKEN")
63-
}
64-
authentication {
65-
create<HttpHeaderAuthentication>("header")
66-
}
67-
}
68-
}
69-
}
7052
}
7153
}

0 commit comments

Comments
 (0)