Add snapshot repository
This commit is contained in:
parent
7680845ecd
commit
f8241e7e96
1 changed files with 4 additions and 0 deletions
|
@ -20,6 +20,10 @@ def semverProcessor = 'net.thauvin.erik:semver:1.2.2-SNAPSHOT'
|
|||
repositories {
|
||||
mavenLocal()
|
||||
mavenCentral()
|
||||
maven {
|
||||
name = "SonatypeSnapshots"
|
||||
url = uri("https://oss.sonatype.org/content/repositories/snapshots")
|
||||
}
|
||||
}
|
||||
|
||||
dependencies {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue