Skip to content

Commit a221fc4

Browse files
sarahchen6bric3
andauthored
Apply suggestion for publishing and consuming snapshots from @bric3
Co-authored-by: Brice Dutheil <brice.dutheil@gmail.com>
1 parent 20034e5 commit a221fc4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

gradle/repositories.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ repositories {
1818
mavenContent {
1919
snapshotsOnly()
2020
}
21-
url 'https://ossrh-staging-api.central.sonatype.com/content/repositories/snapshots/'
21+
// see https://central.sonatype.org/publish/publish-portal-snapshots/#consuming-via-gradle
22+
url 'https://central.sonatype.com/repository/maven-snapshots/'
2223
}
2324
ivy {
2425
artifactPattern 'https://sqreen-ci-java.s3.amazonaws.com/jars/[organisation]/[artifact]-[revision](-[classifier]).[ext]'

0 commit comments

Comments
 (0)