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 04aab12c68af8c57258c5ae905bd8b7ab0a2dd9f Author: Vladimir Sitnikov <[email protected]> AuthorDate: Sat Nov 9 17:21:33 2019 +0300 Fix config/build.gradle.kts formatting --- src/config/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config/build.gradle.kts b/src/config/build.gradle.kts index 0abf6fc..3ac54e6 100644 --- a/src/config/build.gradle.kts +++ b/src/config/build.gradle.kts @@ -38,7 +38,7 @@ tasks.named<Jar>(JavaPlugin.JAR_TASK_NAME) { from(files(srcLicense)) } } -into("bin") { + into("bin") { filteringCharset = "UTF-8" CrLfSpec(LineEndings.LF).run { textFrom("$rootDir/bin") {
