We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c886e85 commit d8ac02fCopy full SHA for d8ac02f
instrumentation-docs/collect.sh
@@ -44,6 +44,6 @@ for instrumentation in "${instrumentations[@]}"; do
44
done
45
46
# rerun-tasks is used to force re-running tests that might be cached
47
-echo Running: ./gradlew $gradle_tasks -PcollectMetadata=true --rerun-tasks
48
-./gradlew $gradle_tasks -PcollectMetadata=true --rerun-tasks
+echo Running: ./gradlew "$gradle_tasks" -PcollectMetadata=true --rerun-tasks
+./gradlew "$gradle_tasks" -PcollectMetadata=true --rerun-tasks
49
./gradlew :instrumentation-docs:generateDocs
0 commit comments