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 c81a7ad5f9 Revert "Fixed: Removes duplicate srcDirs entry for "src/main/groovy" to prevent" c81a7ad5f9 is described below commit c81a7ad5f9b803cd6a553f9a0cdd1a9e868633d2 Author: Jacques Le Roux <jacques.le.r...@les7arts.com> AuthorDate: Sat Feb 3 09:35:14 2024 +0100 Revert "Fixed: Removes duplicate srcDirs entry for "src/main/groovy" to prevent" This reverts commit a2f3ec88309f8440fe65b227ff3fc2df279dde24. It seems to have creating the issue reported at INFRA-25456 --- build.gradle | 1 + 1 file changed, 1 insertion(+) diff --git a/build.gradle b/build.gradle index cbb6d98fcf..04cffdafc4 100644 --- a/build.gradle +++ b/build.gradle @@ -355,6 +355,7 @@ sourceSets { groovyScripts { groovy { + srcDirs += getDirectoryInActiveComponentsIfExists('src/main/groovy') compileClasspath += sourceSets.main.compileClasspath compileClasspath += sourceSets.main.output }