Add snapshot repository
This commit is contained in:
parent
ed7a6ff9da
commit
4596e71a55
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ public class ExampleBuild extends Project {
|
|||
|
||||
testOperation().mainClass("com.example.ExampleTest");
|
||||
|
||||
repositories = List.of(MAVEN_LOCAL, MAVEN_CENTRAL);
|
||||
repositories = List.of(MAVEN_LOCAL, MAVEN_CENTRAL, SONATYPE_SNAPSHOTS);
|
||||
|
||||
scope(provided).include(dependency("net.thauvin.erik", "semver", version(1, 2, 2, "SNAPSHOT")));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue