This commit is contained in:
Martin Wachtveitl
2023-11-22 14:11:12 +01:00
parent f031790c4d
commit 0d0678b848

View File

@@ -158,8 +158,8 @@
<!-- http://stackoverflow.com/questions/574594/how-can-i-create-an-executable-jar-with-dependencies-using-maven
mvn clean compile assembly:single -->
<!-- or whatever version you use -->
<source>8</source>
<target>8</target>
<source>9</source>
<target>9</target>
</configuration>
</plugin>
<plugin>