diff --git a/docs/modules/commons/partials/stories-exec.adoc b/docs/modules/commons/partials/stories-exec.adoc index e9467bd280..081eab4bda 100644 --- a/docs/modules/commons/partials/stories-exec.adoc +++ b/docs/modules/commons/partials/stories-exec.adoc @@ -50,7 +50,7 @@ line into the `build.gradle` file of the tests project: Make sure to put the configuration below the line configuring the project tasks, namely: [source,gradle] ---- -apply from: "$\{buildSystemPath\}/vividus-test-project.gradle" +apply from: "${buildSystemPath}/vividus-test-project.gradle" ... ---- ====