Skip to content

Commit eefd174

Browse files
eluchsingereluchsinger
authored andcommitted
Updated Gradle to use jcenter instead of mavenCentral.
1 parent 3ef4f5a commit eefd174

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

Client/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ plugins {
66
}
77

88
repositories {
9-
mavenCentral()
9+
jcenter()
1010
}
1111

1212
mainClassName = "controllers.MainApp"

Server/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44
}
55

66
repositories {
7-
mavenCentral()
7+
jcenter()
88
}
99

1010
mainClassName = "controllers.Main"

Shared/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ plugins {
33
}
44

55
repositories {
6-
mavenCentral()
6+
jcenter()
77
}
88

99
dependencies {

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ plugins {
33
}
44

55
repositories {
6-
mavenCentral()
6+
jcenter()
77
}
88
allprojects {
99
sourceCompatibility = 1.8
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Wed Apr 06 21:20:32 CEST 2016
1+
#Mon Apr 18 07:04:22 CEST 2016
22
distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
6-
distributionUrl=https\://services.gradle.org/distributions/gradle-2.12-all.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-2.12-bin.zip

0 commit comments

Comments
 (0)