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 7fa6e92 dist.apache.org: sources -> source
7fa6e92 is described below
commit 7fa6e9233b499c9a0c079c395a855331daccc8d5
Author: Vladimir Sitnikov <[email protected]>
AuthorDate: Thu Nov 7 13:34:26 2019 +0300
dist.apache.org: sources -> source
---
build.gradle.kts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build.gradle.kts b/build.gradle.kts
index 9ead1af..698da87 100644
--- a/build.gradle.kts
+++ b/build.gradle.kts
@@ -125,7 +125,7 @@ releaseParams {
// All the release versions are put under
release/jmeter/{source,binary}
releaseFolder.set("release/jmeter")
releaseSubfolder.apply {
- put(Regex("_src\\."), "sources")
+ put(Regex("_src\\."), "source")
put(Regex("."), "binaries")
}
}