mirror of
https://github.com/engineer-man/piston.git
synced 2025-04-21 04:26:28 +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
7
packages/groovy/3.0.7/environment
vendored
7
packages/groovy/3.0.7/environment
vendored
|
@ -2,4 +2,9 @@
|
|||
|
||||
# Groovy requires JAVA_HOME to be set
|
||||
export JAVA_HOME=$PWD/java
|
||||
export PATH=$PWD/groovy-3.0.7/bin:$PATH
|
||||
|
||||
# GROOVY_HOME needed to get the groovy libs
|
||||
export GROOVY_HOME=$PWD/groovy-3.0.7
|
||||
|
||||
# Add java and groovy binaries to the path
|
||||
export PATH=$PWD/java/bin:$PWD/groovy-3.0.7/bin:$PATH
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue