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 {
|
//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 {
|
||||||
|
|
Loading…
Add table
Reference in a new issue