A couple of minor java-example-extension issues
DmitryGulin opened this issue · 1 comments
DmitryGulin commented
I was trying to follow README steps and deploy java extensions example and noticed a couple of small issues with it:
- target folder, as well as .jar and .zip files and VSCode .settings folder - all are missing in .gitignore;
- zip.sh and run.sh scripts have incorrect command ordering, which resulted in the following error:
chmod: extensions/java-example-extension: No such file or directory
santiagocardenas commented
Issues fixed.