Skip to content

Commit

Permalink
Ensure Findbugs runs after PMD.
Browse files Browse the repository at this point in the history
  • Loading branch information
heshamMassoud committed Jun 4, 2019
1 parent 5f64c90 commit 874f6aa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions gradle-scripts/execution-order.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ jacocoTestReport.mustRunAfter jacocoTestCoverageVerification
* Global execution order
*/
// Ensure FindBugs runs after PMD
pmdMain.mustRunAfter compileIntegrationTestJava
// Ensure FindBugs runs after PMD
findbugsMain.mustRunAfter pmdIntegrationTest
// Ensure dependencyUpdates runs after findbugsIntegrationTest
dependencyUpdates.mustRunAfter findbugsIntegrationTest
Expand Down

0 comments on commit 874f6aa

Please sign in to comment.