added initial buggy version of executable jar plugin

This commit is contained in:
2021-08-14 09:25:47 +02:00
parent 305d903c17
commit da358d3522
13 changed files with 979 additions and 0 deletions

View File

@@ -17,3 +17,6 @@ include("multi-release-jar")
include("wildfly")
include("lombok")
include("jlink")
include("executable-jar")
include("executable-jar:executable-jar-common")
include("executable-jar:executable-jar-launcher")