Skip to content

Commit

Permalink
Upgrade to gradle 1.10
Browse files Browse the repository at this point in the history
Signed-off-by: Francis Galiegue <[email protected]>
  • Loading branch information
fge committed Feb 13, 2014
1 parent 3b8dfa0 commit b9b34ac
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ test {
useTestNG() {
useDefaultListeners = true;
};
testReport = false;
reports.html.enabled = false;
}

/*
Expand Down Expand Up @@ -111,7 +111,7 @@ artifacts {
}

task wrapper(type: Wrapper) {
gradleVersion = "1.6";
gradleVersion = "1.10";
}

task pom << {
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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Sun Jun 30 17:13:57 CEST 2013
#Thu Feb 13 14:11:17 CET 2014
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=http\://services.gradle.org/distributions/gradle-1.6-bin.zip
distributionUrl=http\://services.gradle.org/distributions/gradle-1.10-all.zip

0 comments on commit b9b34ac

Please sign in to comment.