Skip to content

Commit

Permalink
Space removed
Browse files Browse the repository at this point in the history
  • Loading branch information
RaulDoyensec committed Sep 5, 2024
1 parent fb887bf commit c2f5353
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion google/build_all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ for plugin_dir in $(find "${SCRIPT_PATH}" -name 'gradlew' -print0 | xargs -0 -n1
printf "\nBuilding ${plugin_name} ...\n"

pushd "${plugin_dir}" >/dev/null

./gradlew build
cp ./build/libs/*.jar "${GENERATED_PLUGINS_PATH}"

Expand Down

0 comments on commit c2f5353

Please sign in to comment.