pkg(groovy-3.0.7): add compile step (#232)

Co-authored-by: Vargas, Dan <dan.vargas@frostbank.com>
This commit is contained in:
Dan Vargas 2021-04-26 19:18:52 -05:00 committed by GitHub
parent 7da1a7dce8
commit 959830c652
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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 "$@"