forked from j62/ctbrec
Set min Java version to 10 and change JRE download URL
This commit is contained in:
parent
c478f6b0f1
commit
c944323aa4
|
@ -118,10 +118,11 @@
|
|||
<addDependencies>false</addDependencies>
|
||||
<preCp>anything</preCp>
|
||||
</classPath>
|
||||
<downloadUrl>https://jdk.java.net/</downloadUrl>
|
||||
<jre>
|
||||
<path>jre</path>
|
||||
<bundledJre64Bit>true</bundledJre64Bit>
|
||||
<minVersion>1.8.0</minVersion>
|
||||
<minVersion>10</minVersion>
|
||||
<maxHeapSize>512</maxHeapSize>
|
||||
</jre>
|
||||
<versionInfo>
|
||||
|
|
Loading…
Reference in New Issue