Max
10/08/2020, 1:03 PMMax
10/08/2020, 1:48 PMcontainerizingMode = "packaged"
But now i need to name my jvm jar to projectname.jar
instead of projectname-jvm.jar
is that possible?Max
10/08/2020, 2:05 PMjib.containerizingMode = "packaged"
and
archiveAppendix.set("")
on the jvmJar did the trick! simple smile