CI

Gradle tutorial for complete beginners

Accompanying repository to Gradle tutorial for complete beginners (article | video).

Building

To build and test the application:

gradlew build (Windows) ./gradlew build (Linux/Mac)

Executing jar file

Execute the built jar directly using the java command.

java -jar build/libs/gradle-tutorial.jar

Need Gradle support?

Contact me if you need help with Gradle at tom@tomgregory.com.