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/jmeter.git
The following commit(s) were added to refs/heads/master by this push:
new d33386e Upgrade Gradle-RAT plugin: 0.5.2 -> 0.5.3
d33386e is described below
commit d33386e4ffcedb6818eb646944b5142bb701c50f
Author: Vladimir Sitnikov <[email protected]>
AuthorDate: Sat Dec 14 00:20:39 2019 +0300
Upgrade Gradle-RAT plugin: 0.5.2 -> 0.5.3
The new version prints the list of unapproved files to the console
See https://github.com/eskatos/creadur-rat-gradle/issues/15
---
build.gradle.kts | 1 +
checksum.xml | 3 +++
gradle.properties | 2 +-
3 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/build.gradle.kts b/build.gradle.kts
index aa14346..83c66aa 100644
--- a/build.gradle.kts
+++ b/build.gradle.kts
@@ -99,6 +99,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/checksum.xml b/checksum.xml
index 02fc4f5..a4e366b 100644
--- a/checksum.xml
+++ b/checksum.xml
@@ -189,6 +189,9 @@
<dependency group='org.nosphere.apache' module='creadur-rat-gradle'
version='0.5.2'>
<sha512>77A7E43B9CC3AE9676A4B9B6D2CEFFF578D171E6A2741DFA676981856E77DFB990F23BCA5817E8EB0E676CFB2802C7E4A429117F817AF52EE7110DCE4CEBE4CD</sha512>
</dependency>
+ <dependency group='org.nosphere.apache' module='creadur-rat-gradle'
version='0.5.3'>
+
<sha512>284AC78C68317C9915877AF900B814FC800396F51DB7B82060FB6E5596408D769871A853D6F332B2534F25C625EC8DB00BDBFB48E3DB36EC25088B93AE90324C</sha512>
+ </dependency>
<dependency group='org.ow2.asm' module='asm-analysis' version='6.2.1'>
<sha512>BE273F8E886BBCFDA81180917145996AB8FD26A17264EBEB5E1FC2337950A309D64DC8CBD373220009728622A8CBF56B8578E960B5561C22EA66848D296AE44E</sha512>
</dependency>
diff --git a/gradle.properties b/gradle.properties
index a4a8570..ad7d8be 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -40,7 +40,7 @@ com.github.vlsi.crlf.version=1.46.0
com.github.vlsi.ide.version=1.46.0
com.github.vlsi.stage-vote-release.version=1.46.0
org.jetbrains.gradle.plugin.idea-ext.version=0.5
-org.nosphere.apache.rat.version=0.5.2
+org.nosphere.apache.rat.version=0.5.3
org.sonarqube.version=2.7.1
# Dependencies