svn commit: r1815620 - /ofbiz/ofbiz-framework/trunk/README.md

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

svn commit: r1815620 - /ofbiz/ofbiz-framework/trunk/README.md

mbrohl
Author: mbrohl
Date: Fri Nov 17 20:03:28 2017
New Revision: 1815620

URL: http://svn.apache.org/viewvc?rev=1815620&view=rev
Log:
Improved: Added a note about the --offline switch for running Gradle in
an offline environment without internet connection.

Part of the description is copied from the official Gradle documentation.

Modified:
    ofbiz/ofbiz-framework/trunk/README.md

Modified: ofbiz/ofbiz-framework/trunk/README.md
URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/README.md?rev=1815620&r1=1815619&r2=1815620&view=diff
==============================================================================
--- ofbiz/ofbiz-framework/trunk/README.md (original)
+++ ofbiz/ofbiz-framework/trunk/README.md Fri Nov 17 20:03:28 2017
@@ -56,10 +56,12 @@ from the command line at the OFBiz top l
 
 ### Prepare OFBiz:
 
-__Note__: Depending on your Internet connection speed it might take a long
+>_Note_: Depending on your Internet connection speed it might take a long
 time for this step to complete if you are using OFBiz for the first time
 as it needs to download all dependencies. So please be patient!
 
+>_Note_: Without internet connection, dependency resolution and the build will fail. The `--offline` command line switch tells Gradle to always use dependency modules from the cache, regardless if they are due to be checked again. When running with offline, Gradle will never attempt to access the network to perform dependency resolution. If required modules are not present in the dependency cache, build execution will fail.
+
 MS Windows:
 `gradlew cleanAll loadAll`