diff options
author | Shevek <[email protected]> | 2015-06-16 16:28:06 -0700 |
---|---|---|
committer | Shevek <[email protected]> | 2015-06-16 16:28:06 -0700 |
commit | 6b418b25fbf2b15de1df5d2b5409adf847cefde0 (patch) | |
tree | 4196d90b1bdacae66f79c035fcc4d826ed64ec39 | |
parent | 059a44b829c5ff4c6b86f52b32fc3a95b0d960dc (diff) |
Bump gradle version.
-rw-r--r-- | gradle/buildscript.gradle | 2 | ||||
-rw-r--r-- | gradle/wrapper/gradle-wrapper.properties | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/gradle/buildscript.gradle b/gradle/buildscript.gradle index c808309..bc05d97 100644 --- a/gradle/buildscript.gradle +++ b/gradle/buildscript.gradle @@ -7,5 +7,5 @@ repositories { } dependencies { - classpath 'org.anarres.gradle:gradle-stdproject-plugin:1.0.2' + classpath 'org.anarres.gradle:gradle-stdproject-plugin:1.0.4' } diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 58b3586..ed13fe8 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ -#Tue Dec 02 23:57:35 PST 2014 +#Tue Jun 16 16:26:49 PDT 2015 distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-2.2.1-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-2.4-bin.zip |