Skip to content

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

License

Notifications You must be signed in to change notification settings

paschalcs/java-gradle-template

 
 

Repository files navigation

java-gradle-template

build 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

Resources

License

Stars

Watchers

Forks

Languages

  • Java 100.0%