hiranp / java-gradle-template

template for Java Gradle projects with GitHub Actions CI, Codecov, SpotBugs etc. setup

Home Page:https://github.com/will-molloy/java-gradle-template/generate

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

java-gradle-template

build integration-test release codecov

template repository for Java projects using Gradle

Features

Usage

  • Click Use this template
    • This will prompt you to create a new repository with all the files setup
  • Rename the root project (currently java-gradle-template) and group (currently com.willmolloy) to your liking
  • Delete anything you won't use (sub projects, dependencies, etc.)
  • Update the README
  • Other non-code setup like your GitHub branch protections

Build and test

./gradlew spotlessApply build integrationTest

Promise

  • Keep up to date with:
    • Future Java versions
    • Future Gradle versions
    • Other dependency upgrades
    • Any other cool tools or plugins

About

template for Java Gradle projects with GitHub Actions CI, Codecov, SpotBugs etc. setup

https://github.com/will-molloy/java-gradle-template/generate

License:GNU General Public License v2.0


Languages

Language:Shell 72.0%Language:Java 28.0%