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

commit 695803f83e49854a5b6413b293666bf159de7d23
Author: Jacques Le Roux <jacques.le.r...@les7arts.com>
AuthorDate: Tue Feb 14 09:56:52 2023 +0100

    Fixed: We have build problems in branches with plugins (OFBIZ-11284)
    
    With this change we don't need to amend
    
https://cwiki.apache.org/confluence/display/OFBIZ/Release+Management+Guide+for+OFBiz
    
    Conflicts handled by hand
---
 build.gradle | 1 +
 1 file changed, 1 insertion(+)

diff --git a/build.gradle b/build.gradle
index 5f89aff8e7..03fb776250 100644
--- a/build.gradle
+++ b/build.gradle
@@ -1000,6 +1000,7 @@ task pullAllPluginsSource(group: ofbizPlugin,
             svnUrl = "https://github.com/apache/ofbiz-plugins/trunk";
         } else {
             svnUrl = "https://github.com/apache/ofbiz-plugins/branches/"; + 
currentBranch
+        }
         workspaceDir = "${pluginsDir}"
     }
     dependsOn pullPluginsFromSvn

Reply via email to