This is an automated email from the ASF dual-hosted git repository.

jleroux pushed a commit to branch release18.12
in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git


The following commit(s) were added to refs/heads/release18.12 by this push:
     new cab7538  Fixed: We have build problems in branches with plugins 
(OFBIZ-11284)
cab7538 is described below

commit cab753894fe8b594cb452c3f2c7b95059eb9b31b
Author: Jacques Le Roux <jacques.le.r...@les7arts.com>
AuthorDate: Fri Nov 15 17:16:21 2019 +0100

    Fixed: We have build problems in branches with plugins
    (OFBIZ-11284)
    
    Replaces trunk link by branch link
---
 build.gradle | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/build.gradle b/build.gradle
index 128e3b0..bd2320b 100644
--- a/build.gradle
+++ b/build.gradle
@@ -891,7 +891,7 @@ task pullPluginSource(group: ofbizPlugin, description: 
'Download and install a p
 
     if (project.hasProperty('pluginId')) {
         task pullPluginFromSvn(type: SvnCheckout) {
-            svnUrl = 
"https://github.com/apache/ofbiz-plugins/trunk/${pluginId}";
+            svnUrl = 
"https://github.com/apache/ofbiz-plugins/branches/release18.12/${pluginId}";
             workspaceDir = "${pluginsDir}/${pluginId}"
         }
         dependsOn pullPluginFromSvn
@@ -908,7 +908,7 @@ task pullAllPluginsSource(group: ofbizPlugin,
         doLast { delete "${pluginsDir}" }
     }
     task pullPluginsFromSvn(type: SvnCheckout, dependsOn: deleteBeforePulling) 
{
-        svnUrl = "https://github.com/apache/ofbiz-plugins/trunk";
+        svnUrl = 
"https://github.com/apache/ofbiz-plugins/branches/release18.12";
         workspaceDir = "${pluginsDir}"
     }
     dependsOn pullPluginsFromSvn

Reply via email to