Search Gradle plugins

Version 3.1.0

3.1.0

Created 14 May 2023.

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.1.0"
}

See also:

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