Convention plugins for use in my projects.
This project tracks my own preferences for Gradle defaults. It will follow SemVer for breaking changes (prior to 1.0.0, minors may include breaking changes).
DISCLAIMER This is probably not useful for anyone but me.
In the root project apply the defaults plugin:
plugins {
id 'org.ajoberstar.defaults.java-library' version '<version>'
id 'org.ajoberstar.defaults.locking' version '<version>'
id 'org.ajoberstar.defaults.maven-central' version '<version>'
id 'org.ajoberstar.defaults.spotless' version '<version>'
}