rm nexus in build.tmpl.gradle
This commit is contained in:
parent
65b1c8e94e
commit
682c06716d
1 changed files with 11 additions and 11 deletions
|
@ -104,17 +104,17 @@ subprojects {
|
|||
}
|
||||
}
|
||||
|
||||
nexusPublishing {
|
||||
repositories {
|
||||
sonatype {
|
||||
stagingProfileId = sonatypeStagingProfileId
|
||||
username = ossrhUsername
|
||||
password = ossrhPassword
|
||||
nexusUrl.set(uri("https://s01.oss.sonatype.org/service/local/"))
|
||||
snapshotRepositoryUrl.set(uri("https://s01.oss.sonatype.org/content/repositories/snapshots/"))
|
||||
}
|
||||
}
|
||||
}
|
||||
//nexusPublishing {
|
||||
// repositories {
|
||||
// sonatype {
|
||||
// stagingProfileId = sonatypeStagingProfileId
|
||||
// username = ossrhUsername
|
||||
// password = ossrhPassword
|
||||
// nexusUrl.set(uri("https://s01.oss.sonatype.org/service/local/"))
|
||||
// snapshotRepositoryUrl.set(uri("https://s01.oss.sonatype.org/content/repositories/snapshots/"))
|
||||
// }
|
||||
// }
|
||||
//}
|
||||
|
||||
afterEvaluate {
|
||||
publishing {
|
||||
|
|
Loading…
Reference in a new issue