Accompanying repository to Gradle tutorial for complete beginners (article | video).
To build and test the application:
gradlew build (Windows)
./gradlew build (Linux/Mac)
Execute the built jar directly using the java command.
java -jar build/libs/gradle-tutorial.jar
Contact me if you need help with Gradle at [email protected].
