Hi, I am new to Gradle and have not been able to find a “best-practice” method for building an executable jar with dependencies in the latest version of Gradle. Older methods that I have come across yield compiler warnings or just don’t work. Can someone clarify how to build a single executable jar with at least one external dependency using the latest version of Gradle?
↧