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

vladimirsitnikov pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/calcite.git

commit eb4011bb4b9d962c2f8e6767cbee8c23435ef939
Author: Vladimir Sitnikov <[email protected]>
AuthorDate: Sat Sep 5 00:15:18 2020 +0300

    Update org.nosphere.apache.rat plugin from 0.5.2 to 0.7.0, and print files 
with unapproved licenses to console
---
 build.gradle.kts  | 1 +
 gradle.properties | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/build.gradle.kts b/build.gradle.kts
index 59e883b..2aa49f1 100644
--- a/build.gradle.kts
+++ b/build.gradle.kts
@@ -86,6 +86,7 @@ val gitProps by tasks.registering(FindGitAttributes::class) {
 
 val rat by tasks.getting(org.nosphere.apache.rat.RatTask::class) {
     gitignore(gitProps)
+    verbose.set(true)
     // Note: patterns are in non-standard syntax for RAT, so we use 
exclude(..) instead of excludeFile
     exclude(rootDir.resolve(".ratignore").readLines())
 }
diff --git a/gradle.properties b/gradle.properties
index 867ef45..ebd316b 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -50,7 +50,7 @@ de.thetaphi.forbiddenapis.version=2.7
 kotlin.version=1.3.50
 me.champeau.gradle.jmh.version=0.5.0
 org.jetbrains.gradle.plugin.idea-ext.version=0.5
-org.nosphere.apache.rat.version=0.5.2
+org.nosphere.apache.rat.version=0.7.0
 org.owasp.dependencycheck.version=5.2.2
 
 # TODO

Reply via email to