svn commit: r1846990 - /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: r1846990 - /ofbiz/ofbiz-framework/trunk/build.gradle

jleroux@apache.org
Author: jleroux
Date: Tue Nov 20 11:27:16 2018
New Revision: 1846990

URL: http://svn.apache.org/viewvc?rev=1846990&view=rev
Log:
No functional change, dummy change to test documentation generation on site.

In last Buildbot commit I wrongly used as generated dir name ofbizdoc not ofbiz
(I use ofbizdoc on the site part which is were I got confused)

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=1846990&r1=1846989&r2=1846990&view=diff
==============================================================================
--- ofbiz/ofbiz-framework/trunk/build.gradle (original)
+++ ofbiz/ofbiz-framework/trunk/build.gradle Tue Nov 20 11:27:16 2018
@@ -1091,4 +1091,3 @@ def gradlewSubprocess(commandList) {
     def gradlew = os.contains('windows') ? 'gradlew.bat' : './gradlew'
     exec { commandLine(gradlew, "--no-daemon", *commandList) }
 }
-