Skip to content

Commit 40ada42

Browse files
committed
add maven central snapshot repo
1 parent de8f4a8 commit 40ada42

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

build.gradle

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,13 @@ allprojects {
2828
repositories {
2929
mavenLocal()
3030
mavenCentral()
31+
maven {
32+
name = 'CentralSnapshots'
33+
url = uri('https://central.sonatype.com/repository/maven-snapshots/')
34+
mavenContent {
35+
snapshotsOnly()
36+
}
37+
}
3138
google()
3239
}
3340
tasks.withType(Jar) {

0 commit comments

Comments
 (0)