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 8945a9cbb3 Improved: Gradle eclipse target produces duplicate build 
path entries in .classpath
8945a9cbb3 is described below

commit 8945a9cbb30677f0dc1a9d543a0b3537268a2b98
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
    
    This complete the previous commit by removing now useless
    compileGroovyScriptsGroovy Gradle task
    
    The explanation is in OFBIZ-12888
    I'll close INFRA-25456
---
 build.gradle | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/build.gradle b/build.gradle
index cbb6d98fcf..5cc34ee1ac 100644
--- a/build.gradle
+++ b/build.gradle
@@ -361,12 +361,6 @@ sourceSets {
     }
 }
 
-tasks.named('compileGroovyScriptsGroovy') {
-    // We don't want to build groovyScripts as they should be considered as 
standalone elements executed in
-    // isolation by ofbiz. Building them will result in numerous error due to 
duplicated classes.
-    enabled = false
-}
-
 jar.manifest.attributes(
     'Implementation-Title': project.name,
     'Main-Class': application.mainClass,

Reply via email to