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 20034e5 commit a221fc4Copy full SHA for a221fc4
gradle/repositories.gradle
@@ -18,7 +18,8 @@ repositories {
18
mavenContent {
19
snapshotsOnly()
20
}
21
- url 'https://ossrh-staging-api.central.sonatype.com/content/repositories/snapshots/'
+ // see https://central.sonatype.org/publish/publish-portal-snapshots/#consuming-via-gradle
22
+ url 'https://central.sonatype.com/repository/maven-snapshots/'
23
24
ivy {
25
artifactPattern 'https://sqreen-ci-java.s3.amazonaws.com/jars/[organisation]/[artifact]-[revision](-[classifier]).[ext]'
0 commit comments