This is an automated email from the ASF dual-hosted git repository. mbrohl 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 b397054740 Fixed: Corrects improper/incomplete changes (OFBIZ-12888) b397054740 is described below commit b39705474062afe91aec6a35a6311cc4a242e078 Author: Michael Brohl <mbr...@apache.org> AuthorDate: Mon Feb 5 10:01:36 2024 +0100 Fixed: Corrects improper/incomplete changes (OFBIZ-12888) --- build.gradle | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/build.gradle b/build.gradle index 1b91375ef9..a18972055a 100644 --- a/build.gradle +++ b/build.gradle @@ -352,13 +352,6 @@ sourceSets { srcDirs = getDirectoryInActiveComponentsIfExists('src/test/resources') } } - - groovyScripts { - groovy { - compileClasspath += sourceSets.main.compileClasspath - compileClasspath += sourceSets.main.output - } - } } jar.manifest.attributes( @@ -379,7 +372,7 @@ checkstyle { showViolations = true } gitHooks { - hooks = ['pre-push': 'checkstyleMain codenarcMain codenarcTes'] + hooks = ['pre-push': 'checkstyleMain codenarcMain codenarcTest'] } // Checks OFBiz Groovy coding conventions.