You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jmeter.apache.org by GitBox <gi...@apache.org> on 2021/04/12 18:02:02 UTC

[GitHub] [jmeter] vlsi commented on a change in pull request #659: Clean task fix (bug 63914)

vlsi commented on a change in pull request #659:
URL: https://github.com/apache/jmeter/pull/659#discussion_r611843346



##########
File path: src/dist/build.gradle.kts
##########
@@ -98,6 +98,7 @@ tasks.named(BasePlugin.CLEAN_TASK_NAME).configure {
         delete(fileTree("$rootDir/bin") { include("ApacheJMeter.jar") })
         delete(fileTree("$rootDir/lib") { include("*.jar") })
         delete(fileTree("$rootDir/lib/ext") { include("ApacheJMeter*.jar") })
+        delete(fileTree("$rootDir/lib/junit") { include("*.jar") })

Review comment:
       ```suggestion
           delete(fileTree("$rootDir/lib/junit") { include("test.jar") })
   ```




-- 
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.

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