From ee1dc04831a204844d560d0a916b54954e1bc202 Mon Sep 17 00:00:00 2001 From: Julia Date: Fri, 14 Jun 2024 09:06:19 +0200 Subject: [PATCH] changed to 'build directory' as 'target' might be misleading for gradle --- content/en/xlt/load-testing/Advanced/210-gradle-builds.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/xlt/load-testing/Advanced/210-gradle-builds.md b/content/en/xlt/load-testing/Advanced/210-gradle-builds.md index 35b959dd..3b760336 100644 --- a/content/en/xlt/load-testing/Advanced/210-gradle-builds.md +++ b/content/en/xlt/load-testing/Advanced/210-gradle-builds.md @@ -96,4 +96,4 @@ If you run a load test for your Gradle test suite in [**XTC**]({{< relref "../.. `gradle classes testClasses` -We recommend running the same steps on your local machine to check if your test suite builds correctly and all necessary dependencies are copied into the target directory. \ No newline at end of file +We recommend running the same steps on your local machine to check if your test suite builds correctly and all necessary dependencies are copied into the build directory. \ No newline at end of file