1
0
Fork 0
mirror of https://codeberg.org/beerbrawl/beerbrawl.git synced 2024-09-22 21:20:52 +02:00

chore: backend: remove unknown checkstyle plugin property

Signed-off-by: Christoph Heiss <christoph@c8h4.io>
This commit is contained in:
Christoph Heiss 2024-06-29 20:58:38 +02:00
parent d4757c0f2c
commit 64837f1e70
Signed by: c8h4
GPG key ID: 73D5E7FDEE3DE49A

View file

@ -232,7 +232,6 @@
</dependencies>
<configuration>
<configLocation>checkstyle.xml</configLocation>
<encoding>UTF-8</encoding>
<consoleOutput>true</consoleOutput>
<failOnViolation>true</failOnViolation>
<violationSeverity>warning</violationSeverity>