Top "Fatjar" questions

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, …

java gradle executable-jar gradle-plugin fatjar
Gradle - FatJar - Could not find or load main class

I know that question was asked a lot and has many answers, but i still get it and I don't …

java gradle fatjar
Gradle: package multi-project into a single jar

I have a gradle multi-project and want to create a single jar (library) containing all the classes of my subprojects …

gradle fatjar