File tree Expand file tree Collapse file tree 2 files changed +0
-22
lines changed Expand file tree Collapse file tree 2 files changed +0
-22
lines changed Original file line number Diff line number Diff line change @@ -51,17 +51,6 @@ publishing {
5151 password = project.properties[" repo.credentials.self-git.password" ].toString()
5252 }
5353 }
54- val kukuRepoUrl = if (project.version.toString().endsWith(" -SNAPSHOT" , ignoreCase = true )) {
55- " https://nexus.kuku.me/repository/maven-snapshots/"
56- } else {
57- " https://nexus.kuku.me/repository/maven-releases/"
58- }
59- maven(kukuRepoUrl) {
60- credentials {
61- username = project.properties[" repo.credentials.kuku-repo.username" ].toString()
62- password = project.properties[" repo.credentials.kuku-repo.password" ].toString()
63- }
64- }
6554 }
6655
6756 publications {
Original file line number Diff line number Diff line change @@ -60,17 +60,6 @@ publishing {
6060 password = project.properties[" repo.credentials.self-git.password" ].toString()
6161 }
6262 }
63- val kukuRepoUrl = if (project.version.toString().endsWith(" -SNAPSHOT" , ignoreCase = true )) {
64- " https://nexus.kuku.me/repository/maven-snapshots/"
65- } else {
66- " https://nexus.kuku.me/repository/maven-releases/"
67- }
68- maven(kukuRepoUrl) {
69- credentials {
70- username = project.properties[" repo.credentials.kuku-repo.username" ].toString()
71- password = project.properties[" repo.credentials.kuku-repo.password" ].toString()
72- }
73- }
7463 }
7564
7665 publications {
You can’t perform that action at this time.
0 commit comments