build: add checkstyle configuration file path

This commit is contained in:
Jan Gleytenhoover 2025-02-13 12:14:52 +01:00
parent d117f5912a
commit 4a9c769bbc
Signed by: jank
GPG key ID: 22BEAC760B3333D6

View file

@ -5,6 +5,10 @@ plugins {
id("checkstyle")
}
checkstyle {
configFile = file("$rootDir/config/checkstyle.xml")
}
tasks.withType<Checkstyle> {
reports {
// Disable HTML report