forked from I2P_Developers/i2p.i2p
Build: Fix minimum Java version in installer config
This commit is contained in:
@@ -7,7 +7,7 @@
|
|||||||
<customProcName>false</customProcName>
|
<customProcName>false</customProcName>
|
||||||
<icon>resources/console.ico</icon>
|
<icon>resources/console.ico</icon>
|
||||||
<jre>
|
<jre>
|
||||||
<minVersion>1.7.0</minVersion>
|
<minVersion>1.8.0</minVersion>
|
||||||
</jre>
|
</jre>
|
||||||
<!--
|
<!--
|
||||||
<splash>
|
<splash>
|
||||||
|
@@ -7,7 +7,7 @@
|
|||||||
<customProcName>false</customProcName>
|
<customProcName>false</customProcName>
|
||||||
<icon>resources/start.ico</icon>
|
<icon>resources/start.ico</icon>
|
||||||
<jre>
|
<jre>
|
||||||
<minVersion>1.7.0</minVersion>
|
<minVersion>1.8.0</minVersion>
|
||||||
<!--
|
<!--
|
||||||
<minHeapSize>64</minHeapSize>
|
<minHeapSize>64</minHeapSize>
|
||||||
-->
|
-->
|
||||||
|
Reference in New Issue
Block a user