Skip to content

linuxdistribution/template-project

Repository files navigation

Template Project

A simple, modern Java Gradle template project to kickstart your next application!


📦 Getting Started

  1. Clone the repository

    git clone https://github.com/linuxdistribution/template-project.git
    cd template-project
  2. Build the project

    • Windows
      gradlew clean build
    • Linux / macOS
      ./gradlew clean build
  3. Run the application

    If your project includes an application entry point:

    ./gradlew run

🤝 Contributing

Pull requests are welcome! For major changes, please open an issue first to discuss what you would like to change.


📄 License

This project is licensed under the MIT License.

About

Simple java gradle template project including GitHub workflows

Topics

Resources

License

Stars

Watchers

Forks

Languages