pkg(groovy-3.0.7): add compile step

This commit is contained in:
Vargas, Dan 2021-04-26 16:00:18 -05:00
parent 9a52e369f2
commit c46cafa96d
4 changed files with 28 additions and 3 deletions

View file

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