REVERT due to "java.lang.module.FindException: Module jdk.unsupported.desktop not found, required by javafx.swing"

This commit is contained in:
Reinhard Pointner 2019-05-26 02:05:39 +07:00
parent 87303d00ae
commit b01831906b
1 changed files with 1 additions and 1 deletions

View File

@ -144,7 +144,7 @@
</exec>
<untar src="${dir.cache}/OpenJDK_${jre.version}_Darwin-x86_64-jdk.tar.gz" dest="@{dest}/jdk-${jre.version}.jdk" compression="gzip">
<patternset refid="pattern.jre" />
<cutdirsmapper dirs="1" />
<cutdirsmapper dirs="2" />
</untar>
<exec executable="get-java.sh" dir="${dir.cache}" failonerror="yes">
<arg line="get jfx x86_64 Darwin" />