Skip to content

Commit

Permalink
Improved: Gradle eclipse target produces duplicate build path entries…
Browse files Browse the repository at this point in the history
… in .classpath

Damn forgot this one too

This completes previous commits by replacing now useless
compileGroovyScriptsGroovy by "codenarcMain codenarcTest" in gitHooks Gradle task

The explanation is in OFBIZ-12888
I'll close INFRA-25456
  • Loading branch information
JacquesLeRoux committed Feb 5, 2024
1 parent 8945a9c commit 6d31c0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,7 @@ checkstyle {
showViolations = true
}
gitHooks {
hooks = ['pre-push': 'checkstyleMain codenarcGroovyScripts']
hooks = ['pre-push': 'checkstyleMain codenarcMain codenarcTes']
}

// Checks OFBiz Groovy coding conventions.
Expand Down

0 comments on commit 6d31c0d

Please sign in to comment.