Search Gradle plugins

Version 1.2.0

1.2.0

Created 24 November 2020.

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

See also:

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