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 fatjarI know that question was asked a lot and has many answers, but i still get it and I don't …
java gradle fatjarI have a gradle multi-project and want to create a single jar (library) containing all the classes of my subprojects …
gradle fatjar