Java learning and projects
https://docs.gradle.org/current/userguide/command_line_interface.html
gradle-wrapper.jar is placed in .gitignore - so it wont go to git as a useless piece You wont get it it when you clone/download this repo To re-create it - just run "gradle wrapper" from project root
From project root run:
$ gradle build
Classes are created in build/classes
Jar is created in build/libs
$ gradle run
However, this gave error: "Task 'run' not found in root project "
$ gradle clean
$ gradle javadoc
Docs will be in build/docs