We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d24ea81 commit 47d2b29Copy full SHA for 47d2b29
build.gradle.kts
@@ -49,23 +49,5 @@ publishing {
49
}
50
51
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
70
71
0 commit comments