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 56bd57a374 Reapply "Fixed: Removes duplicate srcDirs entry for "src/main/groovy" to prevent" 56bd57a374 is described below commit 56bd57a3747b1760dd133a557638b5f50f8eeda9 Author: Jacques Le Roux <jacques.le.r...@les7arts.com> AuthorDate: Mon Feb 5 08:50:03 2024 +0100 Reapply "Fixed: Removes duplicate srcDirs entry for "src/main/groovy" to prevent" This reverts commit c81a7ad5f9b803cd6a553f9a0cdd1a9e868633d2. The explanation is in OFBIZ-12888 I'll close INFRA-25456 --- build.gradle | 1 - 1 file changed, 1 deletion(-) diff --git a/build.gradle b/build.gradle index 04cffdafc4..cbb6d98fcf 100644 --- a/build.gradle +++ b/build.gradle @@ -355,7 +355,6 @@ sourceSets { groovyScripts { groovy { - srcDirs += getDirectoryInActiveComponentsIfExists('src/main/groovy') compileClasspath += sourceSets.main.compileClasspath compileClasspath += sourceSets.main.output }