pkg(groovy-3.0.7): add compile step

This commit is contained in:
Vargas, Dan 2021-04-26 16:00:18 -05:00
parent 9a52e369f2
commit c46cafa96d
4 changed files with 28 additions and 3 deletions

View file

@ -1,3 +1,5 @@
#!/bin/bash
groovy "$@"
# Run the jar created during compile
shift
java -jar out.jar "$@"