gradle-defaults
Plugin providing my opinionated defaults for Gradle builds.
What does it do?
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.
Usage
In the root project apply the defaults plugin:
plugins {
id 'org.ajoberstar.defaults' version '<version>'
}
Details
View the DefaultsPlugin source for what is configured.