You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@polygene.apache.org by ni...@apache.org on 2015/04/17 18:08:26 UTC

[14/50] [abbrv] zest-qi4j git commit: Gradle Wrapper now use 1.12

Gradle Wrapper now use 1.12

Forgot the build.gradle


Project: http://git-wip-us.apache.org/repos/asf/zest-qi4j/repo
Commit: http://git-wip-us.apache.org/repos/asf/zest-qi4j/commit/510550ff
Tree: http://git-wip-us.apache.org/repos/asf/zest-qi4j/tree/510550ff
Diff: http://git-wip-us.apache.org/repos/asf/zest-qi4j/diff/510550ff

Branch: refs/heads/3.0
Commit: 510550ff6639eab7ecfe03ef4f8cba7a2f0f3e00
Parents: cf478f2
Author: Paul Merlin <pa...@nosphere.org>
Authored: Thu Jun 12 15:06:04 2014 +0200
Committer: Paul Merlin <pa...@nosphere.org>
Committed: Thu Jun 12 15:06:04 2014 +0200

----------------------------------------------------------------------
 build.gradle | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/510550ff/build.gradle
----------------------------------------------------------------------
diff --git a/build.gradle b/build.gradle
index 0ad152e..c8fdcd3 100644
--- a/build.gradle
+++ b/build.gradle
@@ -343,7 +343,7 @@ configurations {
   jacoco
 }
 dependencies {
-  jacoco 'org.jacoco:org.jacoco.ant:0.6.4.201312101107'
+  jacoco 'org.jacoco:org.jacoco.ant:0.7.1.201405082137'
 }
 // Generate a global code codeverage report
 task coverageReport {
@@ -650,5 +650,5 @@ task release {
 //  2) /gradlew.bat which is the windows bat script for for executing builds
 //  3) /wrapper which is a directory named by the "jarPath" config which contains other needed files.
 task wrapper( type: Wrapper ) {
-  gradleVersion = '1.11'
+  gradleVersion = '1.12'
 }