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 be61ce8 commit 565ea2bCopy full SHA for 565ea2b
build.gradle
@@ -139,7 +139,7 @@ subprojects {
139
}
140
// Example: ./gradlew build -PenableSonatypeOpenSourceSnapshotsRep
141
if ( project.hasProperty('enableSonatypeOpenSourceSnapshotsRep') ) {
142
- maven { url 'https://s01.oss.sonatype.org/content/repositories/snapshots/' }
+ maven { url 'https://oss.sonatype.org/content/repositories/snapshots/' }
143
144
145
mavenCentral()
0 commit comments