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/11/13 19:41:06 UTC

incubator-aurora git commit: Upgrade to gradle 2.2

Repository: incubator-aurora
Updated Branches:
  refs/heads/master ec4f8fc50 -> de5a9b736


Upgrade to gradle 2.2

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


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

Branch: refs/heads/master
Commit: de5a9b736cc21e9c4541a7e44665ec77ce49efe1
Parents: ec4f8fc
Author: Bill Farner <wf...@apache.org>
Authored: Thu Nov 13 10:39:52 2014 -0800
Committer: Bill Farner <wf...@apache.org>
Committed: Thu Nov 13 10:39:52 2014 -0800

----------------------------------------------------------------------
 build.gradle                             |   5 ++++-
 gradle/wrapper/gradle-wrapper.jar        | Bin 51017 -> 51010 bytes
 gradle/wrapper/gradle-wrapper.properties |   4 ++--
 3 files changed, 6 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-aurora/blob/de5a9b73/build.gradle
----------------------------------------------------------------------
diff --git a/build.gradle b/build.gradle
index 9ea7868..f4b4e0d 100644
--- a/build.gradle
+++ b/build.gradle
@@ -52,7 +52,7 @@ tasks.withType(JavaCompile).matching { it.name != 'compileGeneratedJava' }.all {
 }
 
 task wrapper(type: Wrapper) {
-  gradleVersion = '2.1'
+  gradleVersion = '2.2'
 }
 
 task sourceJar(type: Jar) {
@@ -439,6 +439,9 @@ tasks.withType(Test) {
 ideaProject.dependsOn generateSources
 
 idea {
+  project {
+    vcs = 'Git'
+  }
   module {
     def codegenDirs = [file(generatedJavaDir)]
 

http://git-wip-us.apache.org/repos/asf/incubator-aurora/blob/de5a9b73/gradle/wrapper/gradle-wrapper.jar
----------------------------------------------------------------------
diff --git a/gradle/wrapper/gradle-wrapper.jar b/gradle/wrapper/gradle-wrapper.jar
index 3d0dee6..2322723 100644
Binary files a/gradle/wrapper/gradle-wrapper.jar and b/gradle/wrapper/gradle-wrapper.jar differ

http://git-wip-us.apache.org/repos/asf/incubator-aurora/blob/de5a9b73/gradle/wrapper/gradle-wrapper.properties
----------------------------------------------------------------------
diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties
index 9c0c9d3..b043002 100644
--- a/gradle/wrapper/gradle-wrapper.properties
+++ b/gradle/wrapper/gradle-wrapper.properties
@@ -1,6 +1,6 @@
-#Fri Sep 26 22:22:22 PDT 2014
+#Thu Nov 13 09:01:57 PST 2014
 distributionBase=GRADLE_USER_HOME
 distributionPath=wrapper/dists
 zipStoreBase=GRADLE_USER_HOME
 zipStorePath=wrapper/dists
-distributionUrl=https\://services.gradle.org/distributions/gradle-2.1-bin.zip
+distributionUrl=https\://services.gradle.org/distributions/gradle-2.2-bin.zip