dev.lajoscseppento.ruthless.logging
Owner: Lajos Cseppentő
Ruthless logging conventions
https://github.com/LajosCseppento/ruthless
Sources: https://github.com/LajosCseppento/ruthless.git
Add this plugin to your build using the plugins DSL:
plugins {
id("dev.lajoscseppento.ruthless.logging") version "0.7.1"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("dev.lajoscseppento.ruthless:ruthless-plugin:0.7.1") } } apply(plugin = "dev.lajoscseppento.ruthless.logging")
- Applying plugins to all subprojects .