Skip to content
This repository was archived by the owner on Nov 2, 2020. It is now read-only.

Commit 9233d48

Browse files
committed
Gradle changes
1 parent 0340863 commit 9233d48

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

build.gradle

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,14 @@ apply plugin: 'maven'
66

77
sourceCompatibility = 1.7
88

9+
task wrapper(type: Wrapper) {
10+
gradleVersion = '2.9'
11+
}
12+
913
repositories {
1014
maven {
1115
url("https://plugins.gradle.org/m2/")
1216
}
13-
repositories {
14-
jcenter()
15-
}
1617
}
1718

1819
dependencies {
@@ -23,3 +24,9 @@ dependencies {
2324

2425
}
2526

27+
allprojects {
28+
repositories {
29+
jcenter()
30+
}
31+
}
32+

0 commit comments

Comments
 (0)