13
0
geforkt von Mirrors/Velocity
Velocity/build-logic/src/main/kotlin/velocity-checkstyle.gradle.kts
2023-10-27 16:03:15 -04:00

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()
}