Top "Shadowjar" questions

How to run shadow jar with a gradle task?

I want to run my app after building it with the shadow jar plugin. build.gradle: plugins { id 'java' id "…

java gradle intellij-idea kotlin shadowjar