Prototype support for Java 9 (macOS build)

This commit is contained in:
Reinhard Pointner 2017-10-17 16:14:19 +02:00
parent 5cec009384
commit 12c11dc9f0
1 changed files with 1 additions and 1 deletions

View File

@ -415,7 +415,7 @@
<!-- fetch latest JRE -->
<exec executable="get-java.sh" dir="${dir.cache}" failonerror="yes" />
<untar src="${dir.cache}/jre-${jre.major}_osx-x64.tar.gz" dest="${dir.cache}" compression="gzip">
<untar src="${dir.cache}/jre-${jre.major}_osx-x64_bin.tar.gz" dest="${dir.cache}" compression="gzip">
<patternset>
<exclude name="**/bin/**" />
<exclude name="**/man/**" />