[gradle] 07/22: Update d/gradle.1.md

Kai-Chung Yan seamlik-guest at moszumanska.debian.org
Wed Nov 2 10:13:16 UTC 2016


This is an automated email from the git hooks/post-receive script.

seamlik-guest pushed a commit to branch master
in repository gradle.

commit b4baac7f62deab3a6bf04229ac964523c06933e4
Author: Kai-Chung Yan (殷啟聰) <seamlikok at gmail.com>
Date:   Fri Oct 28 01:50:14 2016 +0800

    Update d/gradle.1.md
---
 debian/gradle.1.md | 64 ++++++++++++++++++++++++++++++------------------------
 1 file changed, 36 insertions(+), 28 deletions(-)

diff --git a/debian/gradle.1.md b/debian/gradle.1.md
index 94e939c..6f371a2 100644
--- a/debian/gradle.1.md
+++ b/debian/gradle.1.md
@@ -1,6 +1,6 @@
-% GRADLE(1) gradle 2.13 | Gradle Command Line Manual
+% GRADLE(1) gradle 3.1 | Gradle Command Line Manual
 % Gradle Depvelopers
-% 25 April 2016
+% 19 September 2016
 
 # NAME
 
@@ -21,11 +21,12 @@ gradle - A powerful build system for the JVM
 : Do not rebuild project dependencies.
 
 --all
-: Shows additional detail in the task listing. See Section 4.6.2 of "Listing
-  tasks".
+: Shows additional detail in the task listing. See "Listing tasks" in Gradle
+  User Guide.
 
 -b, --build-file
-: Specifies the build file. See Section 4.5, "Selecting which build to execute".
+: Specifies the build file. See "Selecting which build to execute" in Gradle
+  User Guide.
 
 -c, --settings-file
 : Specifies the settings file.
@@ -50,49 +51,56 @@ generate the rich output.
 
 --configure-on-demand (incubating)
 : Only relevant projects are configured in this build run. This means faster
-  builds for large multi-projects. See Section 24.1.1.1, "Configuration on
-  demand".
+  builds for large multi-projects. See "Configuration on demand" in Gradle User
+  Guide.
 
 -D, --system-prop
 : Sets a system property of the JVM, for example **-Dmyprop=myvalue**. See
-  Section 11.2, "Gradle properties and system properties".
+  "Gradle properties and system properties" in Gradle User Guide.
 
 -d, --debug
-: Log in debug mode (includes normal stacktrace). See Chapter 22, "Logging".
+: Log in debug mode (includes normal stacktrace). See "Logging" in Gradle User
+  Guide.
 
 -g, --gradle-user-home
 : Specifies the Gradle user home directory. The default is the **.gradle**
   directory in the user's home directory.
 
 --gui
-: Launches the Gradle GUI. See Chapter 10, "Using the Gradle Graphical User
-  Interface".
+: Launches the Gradle GUI. See "Using the Gradle Graphical User Interface" in
+  Gradle User Guide.
+
+--include-build
+: Run the build as a composite, including the specified build. See
+  "Composite Builds" in Gradle User Guide.
 
 -I, --init-script
-: Specifies an initialization script. See Chapter 42, "Initialization Scripts".
+: Specifies an initialization script. See "Initialization Scripts" in Gradle
+  User Guide.
 
 -i, --info
-: Set log level to info. See Chapter 22, "Logging".
+: Set log level to info. See "Logging" in Gradle User Guide.
 
 -m, --dry-run
-: Runs the build with all task actions disabled. See Section 4.7, "Dry Run".
+: Runs the build with all task actions disabled. See "Dry Run" in Gradle User
+  Guide.
 
 --offline
 : Specifies that the build should operate without accessing network resources.
-  See Section 23.9.2, "Command line options to override caching".
+  See "Command line options to override caching" in Gradle User Guide.
 
 -P, --project-prop
 : Sets a project property of the root project, for example **-Pmyprop=myvalue**.
-  See Section 11.2, "Gradle properties and system properties".
+  See "Gradle properties and system properties" in Gradle User Guide.
 
 -p, --project-dir
 : Specifies the start directory for Gradle. Defaults to current directory. See
-  Section 4.5, "Selecting which build to execute".
+  "Selecting which build to execute" in Gradle User Guide.
 
 --parallel (incubating)
 : Build projects in parallel. Gradle will attempt to determine the optimal
   number of executor threads to use. This option should only be used with
-  decoupled projects (see Section 24.9, "Decoupled Projects").
+  decoupled projects (see "Decoupled Projects" in Gradle User Guide).
 
 --max-workers (incubating)
 : Sets the maximum number of workers that Gradle may use. For example
@@ -109,25 +117,25 @@ generate the rich output.
   in the root project directory.
 
 -q, --quiet
-: Log errors only. See Chapter 22, "Logging".
+: Log errors only. See "Logging" in Gradle User Guide.
 
 --recompile-scripts
 : Forces scripts to be recompiled, bypassing caching.
 
 --refresh-dependencies
-: Refresh the state of dependencies. See Section 23.9.2, "Command line options
-  to override caching".
+: Refresh the state of dependencies. See "Command line options to override
+  caching" in Gradle User Guide.
 
 --rerun-tasks
 : Specifies that any task optimization is ignored.
 
 -S, --full-stacktrace
-: Print out the full (very verbose) stacktrace for any exceptions. See Chapter
-  22, "Logging".
+: Print out the full (very verbose) stacktrace for any exceptions. See "Logging"
+  in Gradle User Guide.
 
 -s, --stacktrace
 : Print out the stacktrace also for user exceptions (e.g. compile error). See
-  Chapter 22, "Logging".
+  "Logging" in Gradle User Guide.
 
 -t, --continuous (incubating)
 : Enables continuous building - Gradle will automatically re-run when changes
@@ -140,8 +148,8 @@ generate the rich output.
 : Prints version info.
 
 -x, --exclude-task
-: Specifies a task to be excluded from execution. See Section 4.2, "Excluding
-  tasks".
+: Specifies a task to be excluded from execution. See "Excluding tasks" in
+  Gradle User Guide.
 
 The above information is printed to the console when you execute **gradle -h**.
 
@@ -154,8 +162,8 @@ The above information is printed to the console when you execute **gradle -h**.
 --parallel-threads
 : Build projects in parallel, using the specified number of executor threads.
   For example **--parallel-threads=3**. This option should only be used with
-  decoupled projects (see Section 24.9, "Decoupled Projects"). This option has
-  been replaced by **--max-workers**.
+  decoupled projects (see "Decoupled Projects" in Gradle User Guide). This
+  option has been replaced by **--max-workers**.
 
 ## Daemon options
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/gradle.git



More information about the pkg-java-commits mailing list