This is an automated email from the ASF dual-hosted git repository. jleroux pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git
The following commit(s) were added to refs/heads/trunk by this push: new 6d31c0d3eb Improved: Gradle eclipse target produces duplicate build path entries in .classpath 6d31c0d3eb is described below commit 6d31c0d3ebcffe62b2a0adc8af04564d4033d990 Author: Jacques Le Roux <jacques.le.r...@les7arts.com> AuthorDate: Mon Feb 5 08:55:03 2024 +0100 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 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 5cc34ee1ac..1b91375ef9 100644 --- a/build.gradle +++ b/build.gradle @@ -379,7 +379,7 @@ checkstyle { showViolations = true } gitHooks { - hooks = ['pre-push': 'checkstyleMain codenarcGroovyScripts'] + hooks = ['pre-push': 'checkstyleMain codenarcMain codenarcTes'] } // Checks OFBiz Groovy coding conventions.