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 a2f3ec8830 Fixed: Removes duplicate srcDirs entry for "src/main/groovy" to prevent error in Eclipse. a2f3ec8830 is described below commit a2f3ec88309f8440fe65b227ff3fc2df279dde24 Author: Michael Brohl <mbr...@apache.org> AuthorDate: Fri Feb 2 12:23:12 2024 +0100 Fixed: Removes duplicate srcDirs entry for "src/main/groovy" to prevent error in Eclipse. --- 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 }