浏览代码

Switch from jcenter() to mavenCentral()

Marcus Da Coregio 3 年之前
父节点
当前提交
3dd832f99f
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      servlet/xml/java/helloworld/build.gradle

+ 1 - 1
servlet/xml/java/helloworld/build.gradle

@@ -8,7 +8,7 @@ plugins {
 apply from: "gradle/gretty.gradle"
 
 repositories {
-	jcenter()
+	mavenCentral()
 	maven { url "https://repo.spring.io/milestone" }
 	maven { url "https://repo.spring.io/snapshot" }
 }