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
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