Carter
04/29/2025, 12:33 PMjarTask) although I wanted to see if someone else has explored this.
I’ve got a working series of custom tasks for building a fat jar, then a proguard jar from the fat jar, and was curious if this new DSL could simplify things down.tapchicoma
04/29/2025, 12:38 PMfinalizedBy(proguardTask) approach on Jar tasktapchicoma
04/29/2025, 12:43 PMCarter
04/29/2025, 2:46 PMfinalizedBy(proguardTask) , what task specifically should I be finalizing? Is this something where I need to do tasks.named("X") ?tapchicoma
04/29/2025, 3:32 PMJar task. Though there is no API to get either task name or TaskProvider sad pandaCarter
04/30/2025, 9:43 AM