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>
</manifest>
</archive>
<excludes>
<exclude>build/**</exclude>
</excludes>
</configuration>
</plugin>

View File

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