Skip to content

Commit 6d31c0d

Browse files
committed
Improved: Gradle eclipse target produces duplicate build path entries 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
1 parent 8945a9c commit 6d31c0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,7 @@ checkstyle {
379379
showViolations = true
380380
}
381381
gitHooks {
382-
hooks = ['pre-push': 'checkstyleMain codenarcGroovyScripts']
382+
hooks = ['pre-push': 'checkstyleMain codenarcMain codenarcTes']
383383
}
384384

385385
// Checks OFBiz Groovy coding conventions.

0 commit comments

Comments
 (0)