You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aurora.apache.org by jf...@apache.org on 2014/06/26 04:31:50 UTC

git commit: AURORA-231: Upgrade gradle license plugin to v9 which contains reduced debug output

Repository: incubator-aurora
Updated Branches:
  refs/heads/master d8d056512 -> 4f2aec117


AURORA-231: Upgrade gradle license plugin to v9 which contains reduced debug output

Upgrades license plugin to latest version which contains updates to
silence ignored headers [1].

[1]: https://github.com/hierynomus/license-gradle-plugin/pull/31

Testing Done:
./gradlew -Pq clean build

Bugs closed: AURORA-231

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


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

Branch: refs/heads/master
Commit: 4f2aec1173db7c6b7bcc1731a0c0fb207c64e328
Parents: d8d0565
Author: Jake Farrell <jf...@apache.org>
Authored: Wed Jun 25 22:31:18 2014 -0400
Committer: jfarrell <jf...@apache.org>
Committed: Wed Jun 25 22:31:18 2014 -0400

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


http://git-wip-us.apache.org/repos/asf/incubator-aurora/blob/4f2aec11/build.gradle
----------------------------------------------------------------------
diff --git a/build.gradle b/build.gradle
index bcecb43..be2ff05 100644
--- a/build.gradle
+++ b/build.gradle
@@ -33,7 +33,7 @@ buildscript {
   dependencies {
     classpath 'com.github.ben-manes:gradle-versions-plugin:0.4'
     classpath 'com.github.goldin.plugins.gradle:about:0.3.1'
-    classpath 'nl.javadude.gradle.plugins:license-gradle-plugin:0.7.0'
+    classpath 'nl.javadude.gradle.plugins:license-gradle-plugin:0.9.0'
     classpath 'com.eriwen:gradle-js-plugin:1.11.1'
   }
 }