Set min Java version to 10 and change JRE download URL

This commit is contained in:
0xboobface 2018-12-12 13:25:26 +01:00
parent c478f6b0f1
commit c944323aa4
1 changed files with 2 additions and 1 deletions

View File

@ -118,10 +118,11 @@
<addDependencies>false</addDependencies> <addDependencies>false</addDependencies>
<preCp>anything</preCp> <preCp>anything</preCp>
</classPath> </classPath>
<downloadUrl>https://jdk.java.net/</downloadUrl>
<jre> <jre>
<path>jre</path> <path>jre</path>
<bundledJre64Bit>true</bundledJre64Bit> <bundledJre64Bit>true</bundledJre64Bit>
<minVersion>1.8.0</minVersion> <minVersion>10</minVersion>
<maxHeapSize>512</maxHeapSize> <maxHeapSize>512</maxHeapSize>
</jre> </jre>
<versionInfo> <versionInfo>