fix pom entries

This commit is contained in:
Anthony Calosa
2024-10-07 17:00:40 +08:00
parent fea65ddd4a
commit 0594627833
3 changed files with 4 additions and 4 deletions

View File

@@ -78,7 +78,7 @@
</classPath>
<jre>
<minVersion>17</minVersion>
<requiresJdk>jdkOnly</requiresJdk>
<requiresJdk>true</requiresJdk>
<maxHeapSize>4096</maxHeapSize>
<opts>
<opt>-Dfile.encoding=UTF-8</opt>

View File

@@ -377,7 +377,7 @@
</classPath>
<jre>
<minVersion>17</minVersion>
<requiresJdk>jdkOnly</requiresJdk>
<requiresJdk>true</requiresJdk>
<maxHeapSize>4096</maxHeapSize>
<opts>
<opt>-Dfile.encoding=UTF-8</opt>
@@ -563,7 +563,7 @@
</classPath>
<jre>
<minVersion>17</minVersion>
<requiresJdk>jdkOnly</requiresJdk>
<requiresJdk>true</requiresJdk>
<maxHeapSize>4096</maxHeapSize>
<opts>
<opt>-Dfile.encoding=UTF-8</opt>

View File

@@ -87,7 +87,7 @@
<icon>src/main/config/forge-adventure.ico</icon>
<jre>
<minVersion>17</minVersion>
<requiresJdk>jdkOnly</requiresJdk>
<requiresJdk>true</requiresJdk>
<maxHeapSize>4096</maxHeapSize>
<opts>
<opt>-Dfile.encoding=UTF-8</opt>