Add: Suppressions config for tests

This commit is contained in:
Lars Simon Winzer
2026-03-13 22:34:41 +01:00
parent e797470ca3
commit d311553de7
3 changed files with 35 additions and 2 deletions
+4
View File
@@ -46,6 +46,10 @@ test {
checkstyle {
toolVersion = '10.21.0'
configFile = file('config/checkstyle/checkstyle.xml')
configProperties = [
'suppressionFile': file('config/checkstyle/suppressions.xml').absolutePath
]
}
tasks.named('jar', Jar) {