Category "fatjar"

Gradle FatJar fails to jar dependencies

I have a gradle java project and i am trying to fatjar it with dependencies included. My gradle version is 6.9.2 I have tried the following tasks: jar { man

How do I create an executable fat JAR with Gradle with implementation dependencies?

I've got a simple project in Gradle 4.6 and would like to make an executable JAR of it. I've tried shadow, gradle-fatjar-plugin, gradle-one-jar, spring-boot-gra