Prototype support for Java 9 (macOS build)

This commit is contained in:
Reinhard Pointner 2017-10-17 16:12:50 +02:00
parent a3a77f8ec3
commit 5cec009384
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}u${jre.build}-macosx-x64.tar.gz" dest="${dir.cache}" compression="gzip">
<untar src="${dir.cache}/jre-${jre.major}_osx-x64.tar.gz" dest="${dir.cache}" compression="gzip">
<patternset>
<exclude name="**/bin/**" />
<exclude name="**/man/**" />