svn commit: r1782659 - /ofbiz/ofbiz-framework/trunk/build.gradle

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r1782659 - /ofbiz/ofbiz-framework/trunk/build.gradle

Deepak Dixit-5
Author: deepak
Date: Sun Feb 12 11:47:23 2017
New Revision: 1782659

URL: http://svn.apache.org/viewvc?rev=1782659&view=rev
Log:
Fixed: Corrected svn url for pullPluginSource task (OFBIZ-9182)

Modified:
    ofbiz/ofbiz-framework/trunk/build.gradle

Modified: ofbiz/ofbiz-framework/trunk/build.gradle
URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/build.gradle?rev=1782659&r1=1782658&r2=1782659&view=diff
==============================================================================
--- ofbiz/ofbiz-framework/trunk/build.gradle (original)
+++ ofbiz/ofbiz-framework/trunk/build.gradle Sun Feb 12 11:47:23 2017
@@ -735,7 +735,7 @@ task pullPluginSource(group: ofbizPlugin
 
     if (project.hasProperty('pluginId')) {
         task pullPluginFromSvn(type: SvnCheckout) {
-            svnUrl = "https://svn.apache.org/repos/asf/ofbiz/ofbiz-plugins/${pluginId}"
+            svnUrl = "https://svn.apache.org/repos/asf/ofbiz/ofbiz-plugins/trunk/${pluginId}"
             workspaceDir = "${rootDir}/plugins/${pluginId}"
         }
         dependsOn pullPluginFromSvn