Skip to content

Commit ebbf67c

Browse files
authored
Specifying gradlew base path (#16)
1 parent 4ce7e27 commit ebbf67c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

edot-collector-launcher

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ set -e
44
BASEDIR=$(dirname "$0")
55
EDOT_BUILD_DIR="$BASEDIR/edot-collector/build"
66

7-
"$BASEDIR/gradlew" :edot-collector:prepareEdotCollector
7+
"$BASEDIR/gradlew" -p "$BASEDIR" :edot-collector:prepareEdotCollector
88

99
exec "$EDOT_BUILD_DIR/bin/otelcol" --config "$EDOT_BUILD_DIR/configuration/edot-configuration.yml"

0 commit comments

Comments
 (0)