A simple, modern Java Gradle template project to kickstart your next application!
-
Clone the repository
git clone https://github.com/linuxdistribution/template-project.git cd template-project -
Build the project
- Windows
gradlew clean build
- Linux / macOS
./gradlew clean build
- Windows
-
Run the application
If your project includes an application entry point:
./gradlew run
Pull requests are welcome! For major changes, please open an issue first to discuss what you would like to change.
This project is licensed under the MIT License.