mirror of
https://github.com/engineer-man/piston.git
synced 2025-06-09 11:36:27 +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
3
packages/groovy/3.0.7/build.sh
vendored
3
packages/groovy/3.0.7/build.sh
vendored
|
@ -8,6 +8,7 @@ tar xzf java.tar.gz --strip-components=1
|
|||
rm java.tar.gz
|
||||
cd ..
|
||||
|
||||
curl -L "https://dl.bintray.com/groovy/maven/apache-groovy-binary-3.0.7.zip" -o groovy.zip
|
||||
# Download Groovy binaries
|
||||
curl -L "https://groovy.jfrog.io/artifactory/dist-release-local/groovy-zips/apache-groovy-binary-3.0.7.zip" -o groovy.zip
|
||||
unzip -q groovy.zip
|
||||
rm groovy.zip
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue