you’ve added a copy task without specifying a destination directory; if the intent is to add content into the jar you can do that using the jar task configuration copyspec: from(zipTree(myJar)) or somesuch.
s
shean chang
10/20/2023, 6:50 PM
No sure I understand it so for my example above what should I do?