Explorar o código

Switch from jcenter() to mavenCentral()

Marcus Da Coregio %!s(int64=3) %!d(string=hai) anos
pai
achega
3dd832f99f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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" }
 }