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 5b03959e9e chore: add missing distTarSource -> copyExtraTestLibs
dependency
5b03959e9e is described below
commit 5b03959e9e5eb15f08d996614ab2a857961e6d9d
Author: Vladimir Sitnikov <[email protected]>
AuthorDate: Thu Apr 27 15:22:21 2023 +0300
chore: add missing distTarSource -> copyExtraTestLibs dependency
---
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 e399679d83..9bf30eb3b7 100644
--- a/src/dist/build.gradle.kts
+++ b/src/dist/build.gradle.kts
@@ -589,6 +589,7 @@ for (type in listOf("binary", "source")) {
// So we add an artificial dependency
mustRunAfter(copyBinLibs)
mustRunAfter(copyLibs)
+ mustRunAfter(":src:dist-check:copyExtraTestLibs")
// Gradle does not track "filters" as archive/copy task
dependencies,
// So a mere change of a file attribute won't trigger re-execution
of a task
// So we add a custom property to re-execute the task in case
attributes change