mirror of
https://github.com/engineer-man/piston.git
synced 2025-06-08 11:16:27 +02:00
pkg(groovy-3.0.7): add compile step (#232)
Co-authored-by: Vargas, Dan <dan.vargas@frostbank.com>
This commit is contained in:
parent
7da1a7dce8
commit
959830c652
4 changed files with 28 additions and 3 deletions
4
packages/groovy/3.0.7/run
vendored
4
packages/groovy/3.0.7/run
vendored
|
@ -1,3 +1,5 @@
|
|||
#!/bin/bash
|
||||
|
||||
groovy "$@"
|
||||
# Run the jar created during compile
|
||||
shift
|
||||
java -jar out.jar "$@"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue