File tree Expand file tree Collapse file tree 1 file changed +0
-15
lines changed Expand file tree Collapse file tree 1 file changed +0
-15
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,6 @@ plugins {
3030 id " biz.aQute.bnd.builder" version " 6.3.1" apply false
3131 id " org.sonarqube" version " 3.4.0.2513"
3232 id " jacoco"
33- // id 'io.codearte.nexus-staging' version '0.30.0'
3433 id " io.github.gradle-nexus.publish-plugin" version ' 1.1.0'
3534}
3635
@@ -173,20 +172,6 @@ subprojects {
173172 }
174173 }
175174 }
176- // repositories {
177- // maven {
178- // name 'ossrh'
179- // if (version.toString().endsWith("-SNAPSHOT")) {
180- // url "https://oss.sonatype.org/content/repositories/snapshots/"
181- // } else {
182- // url "https://oss.sonatype.org/service/local/staging/deploy/maven2"
183- // }
184- // credentials {
185- // username = System.env.OSS_USER_TOKEN_KEY ?: project.findProperty('OSS_USER_TOKEN_KEY') ?: ''
186- // password = System.env.OSS_USER_TOKEN_PASS ?: project.findProperty('OSS_USER_TOKEN_PASS') ?: ''
187- // }
188- // }
189- // }
190175 }
191176 }
192177}
You can’t perform that action at this time.
0 commit comments