File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 4242
4343 ]
4444 ]
45- snapshotVersion = true
45+ snapshotVersion = false
4646}
4747
4848allprojects {
@@ -100,9 +100,8 @@ subprojects {
100100 publishing {
101101 repositories {
102102 maven {
103- def releaseRepo = " https://oss.sonatype.org/service/local/staging/deploy/maven2/"
104- def snapshotRepo = " https://oss.sonatype.org/content/repositories/snapshots/"
105- url = snapshotVersion ? snapshotRepo : releaseRepo
103+ name = ' ossrh-staging-api'
104+ url = ' https://ossrh-staging-api.central.sonatype.com/service/local/staging/deploy/maven2/'
106105 credentials {
107106 username = project. hasProperty(' sonatypeOssUsername' ) ? sonatypeOssUsername : " Unknown user"
108107 password = project. hasProperty(' sonatypeOssPassword' ) ? sonatypeOssPassword : " Unknown password"
You can’t perform that action at this time.
0 commit comments