We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ce7e27 commit ebbf67cCopy full SHA for ebbf67c
edot-collector-launcher
@@ -4,6 +4,6 @@ set -e
4
BASEDIR=$(dirname "$0")
5
EDOT_BUILD_DIR="$BASEDIR/edot-collector/build"
6
7
-"$BASEDIR/gradlew" :edot-collector:prepareEdotCollector
+"$BASEDIR/gradlew" -p "$BASEDIR" :edot-collector:prepareEdotCollector
8
9
exec "$EDOT_BUILD_DIR/bin/otelcol" --config "$EDOT_BUILD_DIR/configuration/edot-configuration.yml"
0 commit comments