Skip to content

roost-io/gradle-tutorial

 
 

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].

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%