vlsi commented on code in PR #5757:
URL: https://github.com/apache/jmeter/pull/5757#discussion_r1066180900


##########
build.gradle.kts:
##########
@@ -98,6 +98,8 @@ val rat by 
tasks.getting(org.nosphere.apache.rat.RatTask::class) {
     verbose.set(true)
     // Note: patterns are in non-standard syntax for RAT, so we use 
exclude(..) instead of excludeFile
     exclude(rootDir.resolve(".ratignore").readLines())
+    exclude("src/dist-check/temp")

Review Comment:
   Here's a relevant Gradle issue which, unfortunately, was declined: 
https://github.com/gradle/gradle/issues/18882
   
   I believe, it would still be nice if Gradle could support `.gitignore` by 
default since it is quite common to use Gradle + Git together.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@jmeter.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to