pkg(groovy-3.0.7): Add groovy 3.0.7

This commit is contained in:
Dan Vargas 2021-04-03 17:46:48 -05:00
parent 0ee5003533
commit d313cf4c8d
5 changed files with 27 additions and 0 deletions

5
packages/groovy/3.0.7/environment vendored Normal file
View file

@ -0,0 +1,5 @@
#!/bin/bash
# Groovy requires JAVA_HOME to be set
export JAVA_HOME=$PWD/java
export PATH=$PWD/groovy-3.0.7/bin:$PATH