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