geforkt von Mirrors/Velocity
11 Zeilen
241 B
Plaintext
11 Zeilen
241 B
Plaintext
plugins {
|
|
checkstyle
|
|
}
|
|
|
|
extensions.configure<CheckstyleExtension> {
|
|
configFile = rootProject.file("config/checkstyle/checkstyle.xml")
|
|
maxErrors = 0
|
|
maxWarnings = 0
|
|
toolVersion = libs.checkstyle.get().version.toString()
|
|
}
|