Browse Source

build.gradle

leihy 2 years ago
parent
commit
ee8f20fa98
1 changed files with 2 additions and 1 deletions
  1. 2 1
      build.gradle

+ 2 - 1
build.gradle

@@ -10,10 +10,11 @@ sourceCompatibility = '1.8'
 
 repositories {
 //	mavenCentral()
-	maven { url 'https://plugins.gradle.org/m2/' }
 	maven { url 'https://maven.aliyun.com/nexus/content/repositories/google' }
 	maven { url 'https://maven.aliyun.com/nexus/content/groups/public' }
 	maven { url 'https://maven.aliyun.com/nexus/content/repositories/jcenter'}
+	maven { url 'https://plugins.gradle.org/m2/' }
+	mavenCentral()
 }
 jar{
 	manifest {