Skip to content

Commit 805ee6b

Browse files
committed
WIP
1 parent 7dcf7ac commit 805ee6b

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

backend/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ check.dependsOn jacocoTestCoverageVerification
6565
// Checkstyle configuration
6666
checkstyle {
6767
toolVersion = '10.12.1' // Latest stable version
68-
configFile = file("config/checkstyle/checkstyle.xml")
68+
configFile = file("../config/checkstyle/checkstyle.xml")
6969
// Fail build on checkstyle violations
7070
maxWarnings = 0
7171
maxErrors = 0

0 commit comments

Comments
 (0)