You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@fineract.apache.org by ju...@apache.org on 2019/10/09 07:39:54 UTC

[fineract-cn-cheques] 40/41: update rat plugin

This is an automated email from the ASF dual-hosted git repository.

juhan pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/fineract-cn-cheques.git

commit 773af6c6aed2df106ac265d3361e5c8be20c35aa
Author: Juhan Aasaru <Ju...@nortal.com>
AuthorDate: Sun Oct 6 21:38:07 2019 +0300

    update rat plugin
---
 api/build.gradle            | 2 +-
 component-test/build.gradle | 2 +-
 service/build.gradle        | 2 +-
 shared.gradle               | 3 ++-
 4 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/api/build.gradle b/api/build.gradle
index ef2cc86..d010481 100644
--- a/api/build.gradle
+++ b/api/build.gradle
@@ -27,7 +27,7 @@ buildscript {
 
 plugins {
     id "com.github.hierynomus.license" version "0.13.1"
-    id("org.nosphere.apache.rat") version "0.3.1"
+    id("org.nosphere.apache.rat") version "0.5.2"
     id "com.jfrog.artifactory" version "4.9.5"
     id "io.spring.dependency-management" version "1.0.8.RELEASE"
     id 'maven-publish'
diff --git a/component-test/build.gradle b/component-test/build.gradle
index 84f5516..1bfc22a 100644
--- a/component-test/build.gradle
+++ b/component-test/build.gradle
@@ -31,7 +31,7 @@ buildscript {
 
 plugins {
     id "com.github.hierynomus.license" version "0.13.1"
-    id("org.nosphere.apache.rat") version "0.3.1"
+    id("org.nosphere.apache.rat") version "0.5.2"
     id "com.jfrog.artifactory" version "4.9.5"
     id "org.springframework.boot" version "1.4.3.RELEASE"
     id 'maven-publish'
diff --git a/service/build.gradle b/service/build.gradle
index 5c8a2be..9f5ce5e 100644
--- a/service/build.gradle
+++ b/service/build.gradle
@@ -26,7 +26,7 @@ buildscript {
 
 plugins {
     id "com.github.hierynomus.license" version "0.13.1"
-    id("org.nosphere.apache.rat") version "0.3.1"
+    id("org.nosphere.apache.rat") version "0.5.2"
     id "com.jfrog.artifactory" version "4.9.5"
     id "org.springframework.boot" version "1.4.3.RELEASE"
     id 'maven-publish'
diff --git a/shared.gradle b/shared.gradle
index 96307a2..0285416 100644
--- a/shared.gradle
+++ b/shared.gradle
@@ -104,6 +104,8 @@ license {
 rat {
     // List of exclude directives, defaults to ['**/.gradle/**']
     excludes = [
+            "**/*.log",
+            "**/banner.txt",
             "**/.idea/**",
             "**/.gradle/**",
             "**/gradle/**",
@@ -113,5 +115,4 @@ rat {
             "README.md",
             "**/.dockerignore/**"
     ]
-    plainOutput = true
 }