Skip to content

Commit

Permalink
Run Checkstyle task after Test task (#3010)
Browse files Browse the repository at this point in the history
  • Loading branch information
LinusDietz authored and koppor committed Jul 14, 2017
1 parent 54197ea commit 143ac3d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -392,9 +392,11 @@ checkstyle {
// do not use other packages for checkstyle, excluding gen(erated) sources
checkstyleMain.source = "src/main/java"
toolVersion = '8.0'
ignoreFailures = true
}

checkstyleMain.shouldRunAfter test
checkstyleTest.shouldRunAfter test

task release(dependsOn: ["media", "releaseJar"]) {
group = 'JabRef - Release'
description 'Creates a release for all target platforms.'
Expand Down

0 comments on commit 143ac3d

Please sign in to comment.