diff options
author | Roel Spilker <r.spilker@gmail.com> | 2019-08-26 23:49:22 +0200 |
---|---|---|
committer | Roel Spilker <r.spilker@gmail.com> | 2019-08-26 23:49:22 +0200 |
commit | 7bf70ed638fac701c60e2fb29217af7c38056a8c (patch) | |
tree | 6e9c24a4ceccea589e917cbb4be964e1b66a94e3 /docker/provision/ant/ant-1.10.6.sh | |
parent | ed3c8a67e2d757b0f15c5f2b53b7d6497f49db06 (diff) | |
download | lombok-7bf70ed638fac701c60e2fb29217af7c38056a8c.tar.gz lombok-7bf70ed638fac701c60e2fb29217af7c38056a8c.tar.bz2 lombok-7bf70ed638fac701c60e2fb29217af7c38056a8c.zip |
[docker] use AdoptOpenJdk for all java releases, and add the latest version for all supported build systems
Diffstat (limited to 'docker/provision/ant/ant-1.10.6.sh')
-rw-r--r-- | docker/provision/ant/ant-1.10.6.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docker/provision/ant/ant-1.10.6.sh b/docker/provision/ant/ant-1.10.6.sh new file mode 100644 index 00000000..66cfe9e4 --- /dev/null +++ b/docker/provision/ant/ant-1.10.6.sh @@ -0,0 +1,4 @@ +apt-get update && apt-get install -y wget +wget https://archive.apache.org/dist/ant/binaries/apache-ant-1.10.6-bin.tar.gz -O ant.tar.gz +mkdir /usr/local/apache-ant/ && tar xvf ant.tar.gz -C /usr/local/apache-ant/ +mv /usr/local/apache-ant/apache-ant-1.10.6 /usr/local/apache-ant/apache-ant
\ No newline at end of file |