Repository: incubator-taverna-mobile
Updated Branches:
  refs/heads/master c914a0402 -> 459f3368a


Apache rat for gradle


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

Branch: refs/heads/master
Commit: bb72b65840b21aff4b6357395be210a8a5579868
Parents: c914a04
Author: Ian Dunlop <ian.dun...@manchester.ac.uk>
Authored: Thu Sep 8 10:51:17 2016 +0100
Committer: Ian Dunlop <ian.dun...@manchester.ac.uk>
Committed: Thu Sep 8 10:51:17 2016 +0100

----------------------------------------------------------------------
 build.gradle | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/bb72b658/build.gradle
----------------------------------------------------------------------
diff --git a/build.gradle b/build.gradle
index 51ff6b9..7df1c68 100644
--- a/build.gradle
+++ b/build.gradle
@@ -4,11 +4,12 @@ buildscript {
     repositories {
         jcenter()
         mavenCentral()
+        maven { url "https://plugins.gradle.org/m2/"; }
     }
     dependencies {
         classpath 'com.android.tools.build:gradle:2.1.2'
         classpath 'com.neenbedankt.gradle.plugins:android-apt:1.8'
-
+        classpath "gradle.plugin.org.nosphere.apache:creadur-rat-gradle:0.2.1"
         // NOTE: Do not place your application dependencies here; they belong
         // in the individual module build.gradle files
     }
@@ -20,3 +21,8 @@ allprojects {
         maven { url "https://www.jitpack.io"; }
     }
 }
+apply plugin: "org.nosphere.apache.rat"
+rat {
+    inputDir='app/src'
+    plainOutput = true
+}

Reply via email to