mirror of
https://github.com/engineer-man/piston.git
synced 2025-04-24 22:16:26 +02:00
pkg(groovy-3.0.7): add compile step
This commit is contained in:
parent
9a52e369f2
commit
c46cafa96d
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