Skip to content
Lenni0451 edited this page Sep 26, 2024 · 3 revisions

Welcome to the GradleTemplate wiki!
This repo is a template for creating a Java based project with Gradle.
It includes commonly used plugins and configurations to get you started quickly.

Some things included in this template:

  • Checkstyle
  • Built jar signing
  • JUnit (multithreaded)
  • Gradle config to package a fat jar (include "...")
  • Maven publishing to Sonatype and Reposilite
  • Replacing variables in resources and source files
  • Generating javadoc and sources jars
  • GitHub configuration for dependabot and funding
  • GitHub actions for updating gradle wrapper

Table of Contents

Clone this wiki locally