Skip to content

ciscoo/gradle-java-template

Repository files navigation

Gradle Java Template

Template for building Java projects or Java libraries.

This project is primarily for personal projects, but others may find it useful.

Conventions

The majority of the build logic is contained within buildSrc. Many of conventions are based on the conventions from JUnit, Spring Boot, Spring Framework, Micronaut, and personal opinions gathered from open source and professional work.

Getting Started

Clone or download a zip and update the following:

  • Root project name in settings.gradle.kts
  • Project description each project Gradle file
  • POM configuration in io.mateo.build.maven-publishing-conventions.gradle.kts
  • GitHub Workflows
  • CONTRIBUTING.md
  • This README
  • Add dependabot labels

About

Gradle template for building Java projects or Java libraries

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages