mirror of
https://github.com/ethauvin/bld.git
synced 2025-04-26 08:37:11 -07:00
Added GOOGLE repository
This commit is contained in:
parent
8014d5d58e
commit
4058482cf7
1 changed files with 1 additions and 0 deletions
|
@ -21,6 +21,7 @@ import java.security.NoSuchAlgorithmException;
|
||||||
*/
|
*/
|
||||||
public record Repository(String location, String username, String password) {
|
public record Repository(String location, String username, String password) {
|
||||||
public static Repository MAVEN_LOCAL = null;
|
public static Repository MAVEN_LOCAL = null;
|
||||||
|
public static final Repository GOOGLE = new Repository("https://maven.google.com");
|
||||||
public static final Repository MAVEN_CENTRAL = new Repository("https://repo1.maven.org/maven2/");
|
public static final Repository MAVEN_CENTRAL = new Repository("https://repo1.maven.org/maven2/");
|
||||||
public static final Repository SONATYPE_RELEASES = new Repository("https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/");
|
public static final Repository SONATYPE_RELEASES = new Repository("https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/");
|
||||||
public static final Repository SONATYPE_SNAPSHOTS = new Repository("https://s01.oss.sonatype.org/content/repositories/snapshots/");
|
public static final Repository SONATYPE_SNAPSHOTS = new Repository("https://s01.oss.sonatype.org/content/repositories/snapshots/");
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue