Migrate buildSrc plugins to build-logic
This commit is contained in:
committed by
Andrew Steinborn
parent
7e932eaad4
commit
3d20c3dd2d
10
build-logic/src/main/kotlin/velocity-checkstyle.gradle.kts
Normal file
10
build-logic/src/main/kotlin/velocity-checkstyle.gradle.kts
Normal file
@@ -0,0 +1,10 @@
|
||||
plugins {
|
||||
checkstyle
|
||||
}
|
||||
|
||||
extensions.configure<CheckstyleExtension> {
|
||||
configFile = rootProject.file("config/checkstyle/checkstyle.xml")
|
||||
maxErrors = 0
|
||||
maxWarnings = 0
|
||||
toolVersion = libs.checkstyle.get().version.toString()
|
||||
}
|
Reference in New Issue
Block a user