Merge remote-tracking branch 'origin/master'

master
坏黑 2019-02-05 23:19:18 +08:00
commit 771762c459
1 changed files with 3 additions and 2 deletions

View File

@ -11,7 +11,8 @@ import java.util.concurrent.atomic.AtomicBoolean;
public class TDependency {
// 阿里 http://maven.aliyun.com/nexus/content/groups/public
public static final String MAVEN_REPO = "http://repo.maven.apache.org/maven2";
// Maven Central
public static final String MAVEN_REPO = "https://maven.aliyun.com/repository/central";
/**
* Jenkins Maven
@ -85,4 +86,4 @@ public class TDependency {
private static int getDownloadPoolSize() {
return Main.getInst().getConfig().getInt("DOWNLOAD-POOL-SIZE", 4);
}
}
}