Author: mbrohl
Date: Sat Oct 28 13:23:40 2017
New Revision: 1813628
URL:
http://svn.apache.org/viewvc?rev=1813628&view=revLog:
Improved: Added a hint to skip tasks which are automatically invoked
during the main task and provided an example to run ./gradle build
without the JUnit tests (useful for server deployments).
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=1813628&r1=1813627&r2=1813628&view=diff==============================================================================
--- ofbiz/ofbiz-framework/trunk/README.md (original)
+++ ofbiz/ofbiz-framework/trunk/README.md Sat Oct 28 13:23:40 2017
@@ -138,6 +138,9 @@ Tips:
first letter of every word in a task name. However, you
cannot use the shortcut form for OFBiz server tasks.
Example: `gradlew loadAdminUserLogin -PuserLoginId=myadmin` = `gradlew lAUL -PuserLoginId=myadmin`
+
+- Dependent tasks can be skipped with the -x switch.
+ Example: `gradlew build -x test` does not run the tests within the build.
#### Example standard tasks