rm nexus in build.tmpl.gradle

This commit is contained in:
zeppi 2022-12-09 12:54:53 -05:00
parent 65b1c8e94e
commit 682c06716d

View file

@ -104,17 +104,17 @@ subprojects {
} }
} }
nexusPublishing { //nexusPublishing {
repositories { // repositories {
sonatype { // sonatype {
stagingProfileId = sonatypeStagingProfileId // stagingProfileId = sonatypeStagingProfileId
username = ossrhUsername // username = ossrhUsername
password = ossrhPassword // password = ossrhPassword
nexusUrl.set(uri("https://s01.oss.sonatype.org/service/local/")) // nexusUrl.set(uri("https://s01.oss.sonatype.org/service/local/"))
snapshotRepositoryUrl.set(uri("https://s01.oss.sonatype.org/content/repositories/snapshots/")) // snapshotRepositoryUrl.set(uri("https://s01.oss.sonatype.org/content/repositories/snapshots/"))
} // }
} // }
} //}
afterEvaluate { afterEvaluate {
publishing { publishing {