build: add checkstyle configuration file path
Some checks failed
CI / prettier (pull_request) Successful in 17s
CI / eslint (pull_request) Successful in 18s
CI / test-build (pull_request) Successful in 27s
CI / Checkstyle Main (pull_request) Failing after 2m10s

This commit is contained in:
We ball 2025-02-13 12:14:52 +01:00
parent d117f5912a
commit 4a9c769bbc
Signed by: jank1619
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