Skip to content
This repository has been archived by the owner on Nov 29, 2022. It is now read-only.

Commit

Permalink
Update to Gradle 1.9
Browse files Browse the repository at this point in the history
This fixes the Bamboo builds which require a minimum of Gradle 1.8
since the update to Bamboo 5.2.2
  • Loading branch information
rwinch committed Dec 2, 2013
1 parent 48b4529 commit 943ee57
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -231,7 +231,7 @@ configure(rootProject) {

task wrapper(type: Wrapper) {
description = "Generates gradlew[.bat] scripts"
gradleVersion = "1.4"
gradleVersion = "1.9"

doLast() {
def gradleOpts = "-XX:MaxPermSize=1024m -Xmx1024m"
Expand Down
Binary file modified gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
4 changes: 2 additions & 2 deletions gradle/wrapper/gradle-wrapper.properties
@@ -1,6 +1,6 @@
#Mon Feb 25 09:28:26 CST 2013
#Mon Dec 02 07:31:24 CST 2013
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=http\://services.gradle.org/distributions/gradle-1.4-bin.zip
distributionUrl=http\://services.gradle.org/distributions/gradle-1.9-bin.zip

0 comments on commit 943ee57

Please sign in to comment.