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 f3187ec  rat-excludes.txt -> .ratignore
f3187ec is described below

commit f3187ec962e57b07aec59975ce32dc3ca238018e
Author: Vladimir Sitnikov <sitnikov.vladi...@gmail.com>
AuthorDate: Sat Nov 9 14:26:48 2019 +0300

    rat-excludes.txt -> .ratignore
---
 rat-excludes.txt => .ratignore | 3 ---
 build.gradle.kts               | 2 +-
 2 files changed, 1 insertion(+), 4 deletions(-)

diff --git a/rat-excludes.txt b/.ratignore
similarity index 95%
rename from rat-excludes.txt
rename to .ratignore
index 207ab40..28b933b 100644
--- a/rat-excludes.txt
+++ b/.ratignore
@@ -1,9 +1,6 @@
-rat-excludes.txt
 checksum.xml
 buildSrc/checksum.xml
 gradle/wrapper/gradle-wrapper.jar
-gradlew
-gradlew.bat
 .*
 .*/**
 CODE_OF_CONDUCT.md
diff --git a/build.gradle.kts b/build.gradle.kts
index 64d9bb2..ae3048c 100644
--- a/build.gradle.kts
+++ b/build.gradle.kts
@@ -100,7 +100,7 @@ val gitProps by tasks.registering(FindGitAttributes::class) 
{
 val rat by tasks.getting(org.nosphere.apache.rat.RatTask::class) {
     gitignore(gitProps)
     // Note: patterns are in non-standard syntax for RAT, so we use 
exclude(..) instead of excludeFile
-    exclude(rootDir.resolve("rat-excludes.txt").readLines())
+    exclude(rootDir.resolve(".ratignore").readLines())
 }
 
 releaseArtifacts {

Reply via email to