org.kordamp.gradle.checkstyle
所有者: Andres Almiray
配置Checkstyle任务
https://github.com/kordamp/kordamp-gradle-plugins
源代码: https://github.com/kordamp/kordamp-gradle-plugins.git
使用 插件 DSL
plugins {
id("org.kordamp.gradle.checkstyle") version "0.54.0"
}
使用 旧版插件应用
buildscript {
repositories {
maven {
url = uri("https://plugins.gradle.org.cn/m2/")
}
}
dependencies {
classpath("org.kordamp.gradle:checkstyle-gradle-plugin:0.54.0")
}
}
apply(plugin = "org.kordamp.gradle.checkstyle")