Export .jar from Gradle Project in SDK 3.6.1

Easiest is to use the builtin Gradle command distZip. That’ll create exes and bats for you. For more advanced packing like bundling JRE and all that, you can search the forum (or the Internet). There are so many options to choose from, that makes it difficult perhaps.

For example:

2 Likes