Skip to content

Commit

Permalink
Fix not importing kafka module to build examples
Browse files Browse the repository at this point in the history
  • Loading branch information
Nuvindu committed Apr 10, 2024
1 parent e3d2ccd commit 9a01503
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ for dir in $(find "$BAL_EXAMPLES_DIR" -type d -maxdepth 1 -mindepth 1); do
if [[ "$dir" == *secrets ]]; then
continue
fi
(cd "$dir" && bal "$BAL_CMD" --offline && cd ..);
(cd "$dir" && bal "$BAL_CMD" && cd ..);
done

# Remove generated JAR files
Expand Down

0 comments on commit 9a01503

Please sign in to comment.