net.kyori.indra.checkstyle
Owner: kashike
Reasonable checkstyle configuration
https://github.com/KyoriPowered/indra/wiki
Sources: https://github.com/KyoriPowered/indra.git
Version 2.0.0
2.0.0
Created 28 April 2021.
Checkstyle configuration in line with the Indra file layout
Add this plugin to your build using the plugins DSL:
plugins {
id("net.kyori.indra.checkstyle") version "2.0.0"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("net.kyori:indra-common:2.0.0") } } apply(plugin = "net.kyori.indra.checkstyle")
- Applying plugins to all subprojects .