Skip to content

Commit 143ac3d

Browse files
LinusDietzkoppor
authored andcommitted
Run Checkstyle task after Test task (#3010)
1 parent 54197ea commit 143ac3d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

build.gradle

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -392,9 +392,11 @@ checkstyle {
392392
// do not use other packages for checkstyle, excluding gen(erated) sources
393393
checkstyleMain.source = "src/main/java"
394394
toolVersion = '8.0'
395-
ignoreFailures = true
396395
}
397396

397+
checkstyleMain.shouldRunAfter test
398+
checkstyleTest.shouldRunAfter test
399+
398400
task release(dependsOn: ["media", "releaseJar"]) {
399401
group = 'JabRef - Release'
400402
description 'Creates a release for all target platforms.'

0 commit comments

Comments
 (0)