From 08af87a60e71362f4a741a8474b09498f59905d2 Mon Sep 17 00:00:00 2001 From: IzzelAliz Date: Fri, 1 Feb 2019 14:12:38 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=96=B0=E7=9A=84=E9=98=BF?= =?UTF-8?q?=E9=87=8C=E4=BB=93=E5=BA=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/java/com/ilummc/tlib/dependency/TDependency.java | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/main/java/com/ilummc/tlib/dependency/TDependency.java b/src/main/java/com/ilummc/tlib/dependency/TDependency.java index 7e8e0e2..88b1b16 100644 --- a/src/main/java/com/ilummc/tlib/dependency/TDependency.java +++ b/src/main/java/com/ilummc/tlib/dependency/TDependency.java @@ -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); } -} \ No newline at end of file +}