Skip to content

Commit adb3345

Browse files
author
Justin Ryan
committed
Update to Gradle 1.6 to match what was already in RxJava, but this version hasn't been tested thoroughly.
1 parent 62a1c06 commit adb3345

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

gradle/convention.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,5 +97,5 @@ githubPages {
9797

9898
// Generate wrapper, which is distributed as part of source to alleviate the need of installing gradle
9999
task createWrapper(type: Wrapper) {
100-
gradleVersion = '1.5'
100+
gradleVersion = '1.6'
101101
}

gradle/wrapper/gradle-wrapper.jar

3.06 KB
Binary file not shown.

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#Tue Apr 02 11:45:56 PDT 2013
1+
#Tue Sep 03 10:20:57 PDT 2013
22
distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME

0 commit comments

Comments
 (0)