mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-14 17:58:01 +00:00
fix pom entries
This commit is contained in:
@@ -78,7 +78,7 @@
|
|||||||
</classPath>
|
</classPath>
|
||||||
<jre>
|
<jre>
|
||||||
<minVersion>17</minVersion>
|
<minVersion>17</minVersion>
|
||||||
<requiresJdk>jdkOnly</requiresJdk>
|
<requiresJdk>true</requiresJdk>
|
||||||
<maxHeapSize>4096</maxHeapSize>
|
<maxHeapSize>4096</maxHeapSize>
|
||||||
<opts>
|
<opts>
|
||||||
<opt>-Dfile.encoding=UTF-8</opt>
|
<opt>-Dfile.encoding=UTF-8</opt>
|
||||||
|
|||||||
@@ -377,7 +377,7 @@
|
|||||||
</classPath>
|
</classPath>
|
||||||
<jre>
|
<jre>
|
||||||
<minVersion>17</minVersion>
|
<minVersion>17</minVersion>
|
||||||
<requiresJdk>jdkOnly</requiresJdk>
|
<requiresJdk>true</requiresJdk>
|
||||||
<maxHeapSize>4096</maxHeapSize>
|
<maxHeapSize>4096</maxHeapSize>
|
||||||
<opts>
|
<opts>
|
||||||
<opt>-Dfile.encoding=UTF-8</opt>
|
<opt>-Dfile.encoding=UTF-8</opt>
|
||||||
@@ -563,7 +563,7 @@
|
|||||||
</classPath>
|
</classPath>
|
||||||
<jre>
|
<jre>
|
||||||
<minVersion>17</minVersion>
|
<minVersion>17</minVersion>
|
||||||
<requiresJdk>jdkOnly</requiresJdk>
|
<requiresJdk>true</requiresJdk>
|
||||||
<maxHeapSize>4096</maxHeapSize>
|
<maxHeapSize>4096</maxHeapSize>
|
||||||
<opts>
|
<opts>
|
||||||
<opt>-Dfile.encoding=UTF-8</opt>
|
<opt>-Dfile.encoding=UTF-8</opt>
|
||||||
|
|||||||
@@ -87,7 +87,7 @@
|
|||||||
<icon>src/main/config/forge-adventure.ico</icon>
|
<icon>src/main/config/forge-adventure.ico</icon>
|
||||||
<jre>
|
<jre>
|
||||||
<minVersion>17</minVersion>
|
<minVersion>17</minVersion>
|
||||||
<requiresJdk>jdkOnly</requiresJdk>
|
<requiresJdk>true</requiresJdk>
|
||||||
<maxHeapSize>4096</maxHeapSize>
|
<maxHeapSize>4096</maxHeapSize>
|
||||||
<opts>
|
<opts>
|
||||||
<opt>-Dfile.encoding=UTF-8</opt>
|
<opt>-Dfile.encoding=UTF-8</opt>
|
||||||
|
|||||||
Reference in New Issue
Block a user