Search Gradle plugins

Version 3.0.0

3.0.0

Created 05 October 2022.

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 "3.0.0"
}

See also:

  • The legacy method of plugin application.
    buildscript {
      repositories {
        gradlePluginPortal()
      }
      dependencies {
        classpath("net.kyori:indra-common:3.0.0")
      }
    }
    
    apply(plugin = "net.kyori.indra.checkstyle")
  • Applying plugins to all subprojects .