Skip to content

Commit 458a682

Browse files
committed
Gradle fixes
1 parent 39a8dc5 commit 458a682

File tree

8 files changed

+17
-41
lines changed

8 files changed

+17
-41
lines changed
200 Bytes
Binary file not shown.
380 Bytes
Binary file not shown.
1.93 KB
Binary file not shown.
0 Bytes
Binary file not shown.

.idea/workspace.xml

Lines changed: 14 additions & 38 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ dependencies {
3030
}
3131

3232
task wrapper(type: Wrapper) {
33-
gradleVersion = '3.5'
33+
gradleVersion = '3.2'
3434
}
3535

3636
compileJava {

gradle/wrapper/gradle-wrapper.jar

0 Bytes
Binary file not shown.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Mon May 08 17:22:00 IDT 2017
1+
#Wed Jul 05 22:37:39 IDT 2017
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-3.3-all.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-3.2-all.zip

0 commit comments

Comments
 (0)