Prioritize JCenter over Maven Central for dependency resolution

This commit is contained in:
thatsIch 2016-02-16 19:51:33 +01:00
parent 89a0f12dc4
commit 169624f45e
2 changed files with 3 additions and 3 deletions

View File

@ -19,8 +19,8 @@
buildscript {
repositories {
mavenLocal()
mavenCentral()
jcenter()
mavenCentral()
maven {
name = "forge"
url = "http://files.minecraftforge.net/maven"

View File

@ -1,6 +1,6 @@
#Mon Sep 14 12:28:28 PDT 2015
#Tue Feb 16 19:50:16 CET 2016
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-2.7-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-2.7-all.zip