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
commit 98e8022b224c4b418ab3a9844e68d6ca23551ec4 Author: Vladimir Sitnikov <[email protected]> AuthorDate: Wed Nov 20 00:01:17 2019 +0300 Exclude bin/rmi_keystore.jks from the binary distribution --- src/dist/build.gradle.kts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/dist/build.gradle.kts b/src/dist/build.gradle.kts index 98c537e..ff9a90f 100644 --- a/src/dist/build.gradle.kts +++ b/src/dist/build.gradle.kts @@ -403,6 +403,7 @@ fun CrLfSpec.binaryLayout() = copySpec { from(rootDir) { gitignore(gitProps) exclude("bin/testfiles") + exclude("bin/rmi_keystore.jks") include("bin/**") include("lib/ext/**") include("lib/junit/**")
