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