Fix snapshot repository

This commit is contained in:
Erik C. Thauvin 2025-03-26 14:36:24 -07:00
parent a82c416af5
commit c904f4a7a2
Signed by: erik
GPG key ID: 776702A6A2DA330E

View file

@ -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")));
}