Add snapshot repository

This commit is contained in:
Erik C. Thauvin 2025-03-26 13:42:26 -07:00
parent ed7a6ff9da
commit 4596e71a55
Signed by: erik
GPG key ID: 776702A6A2DA330E

View file

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