We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1641070 commit 5a4d080Copy full SHA for 5a4d080
common.gradle
@@ -177,7 +177,7 @@ publishing {
177
password = gradle.rootProject.hasProperty('ossrhPassword') ? ossrhPassword : 'Unknown password'
178
}
179
name = 'SNAPSHOT'
180
- url = 'https://oss.sonatype.org/content/repositories/snapshots/'
+ url = 'https://s01.oss.sonatype.org/content/repositories/snapshots/'
181
182
183
0 commit comments