You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aurora.apache.org by wf...@apache.org on 2014/05/29 23:41:53 UTC

git commit: Fix inconsistent gradle build version number.

Repository: incubator-aurora
Updated Branches:
  refs/heads/master dd97b51fb -> d2fe3bc2f


Fix inconsistent gradle build version number.

Reviewed at https://reviews.apache.org/r/22056/


Project: http://git-wip-us.apache.org/repos/asf/incubator-aurora/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-aurora/commit/d2fe3bc2
Tree: http://git-wip-us.apache.org/repos/asf/incubator-aurora/tree/d2fe3bc2
Diff: http://git-wip-us.apache.org/repos/asf/incubator-aurora/diff/d2fe3bc2

Branch: refs/heads/master
Commit: d2fe3bc2fcfbf12b7841d26de49491023127ad54
Parents: dd97b51
Author: Bill Farner <wf...@apache.org>
Authored: Thu May 29 14:41:13 2014 -0700
Committer: Bill Farner <wf...@apache.org>
Committed: Thu May 29 14:41:13 2014 -0700

----------------------------------------------------------------------
 build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-aurora/blob/d2fe3bc2/build.gradle
----------------------------------------------------------------------
diff --git a/build.gradle b/build.gradle
index aeb430d..4549400 100644
--- a/build.gradle
+++ b/build.gradle
@@ -60,7 +60,7 @@ tasks.matching { it instanceof Compile && it.getName() != 'compileGeneratedJava'
 }
 
 task wrapper(type: Wrapper) {
-  gradleVersion = '1.11'
+  gradleVersion = '1.12'
 }
 
 task sourceJar(type: Jar) {