Skip to content

tkgregory/gradle-tutorial

Folders and files

NameName
Last commit message
Last commit date
Jan 2, 2023
Apr 13, 2023
Oct 3, 2021
Oct 3, 2021
Oct 3, 2021
Apr 27, 2022
Apr 27, 2022
Oct 3, 2021
Apr 13, 2023
Jan 3, 2023
Oct 3, 2021

Repository files navigation

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 [email protected].