Exclude executables from jar file

This commit is contained in:
UnfamiliarLegacy 2024-07-17 23:59:27 +02:00
parent fb6ba95700
commit 180144140e
2 changed files with 4 additions and 1 deletions

View File

@ -99,6 +99,9 @@
<addDefaultSpecificationEntries>true</addDefaultSpecificationEntries> <addDefaultSpecificationEntries>true</addDefaultSpecificationEntries>
</manifest> </manifest>
</archive> </archive>
<excludes>
<exclude>build/**</exclude>
</excludes>
</configuration> </configuration>
</plugin> </plugin>

View File

@ -11,7 +11,7 @@
<properties> <properties>
<!-- Version of the application. --> <!-- Version of the application. -->
<revision>1.5.4-beta-6</revision> <revision>1.5.4-beta-7</revision>
<changelist>-SNAPSHOT</changelist> <changelist>-SNAPSHOT</changelist>
<!-- Version for https://github.com/sirjonasxx/G-ExtensionStore to keep compatibility with beta versions. --> <!-- Version for https://github.com/sirjonasxx/G-ExtensionStore to keep compatibility with beta versions. -->
<storeVersion>1.5.3</storeVersion> <storeVersion>1.5.3</storeVersion>