Appendix D. Gradle Command Line
http://www.gradle.org/docs/current/userguide/gradle_command_line.html
Appendix D. Gradle Command Line
The gradle command has the following usage:
gradle
[option...] [task...]
The command-line options available for the gradle command are listed below:
-?
,-h
,--help
-
Shows a help message.
-a
,--no-rebuild
-
Do not rebuild project dependencies.
--all
-
Shows additional detail in the task listing. See Section 11.6.2, “Listing tasks”.
-b
,--build-file
-
Specifies the build file. See Section 11.5, “Selecting which build to execute”.
-c
,--settings-file
-
Specifies the settings file.
--continue
-
Continues task execution after a task failure.
--configure-on-demand (incubating)
-
Only relevant projects are configured in this build run. This means faster builds for large multi-projects. See Section 57.1.1.1, “Configuration on demand”.
-D
,--system-prop
-
Sets a system property of the JVM, for example
-Dmyprop=myvalue
. See Section 14.2, “Gradle properties and system properties”. -d
,--debug
-
Log in debug mode (includes normal stacktrace). See Chapter 18, Logging.
-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 12, Using the Gradle Graphical User Interface.
-I
,--init-script
-
Specifies an initialization script. See Chapter 61, Initialization Scripts.
-i
,--info
-
Set log level to info. See Chapter 18, Logging.
-m
,--dry-run
-
Runs the build with all task actions disabled. See Section 11.7, “Dry Run”.
--no-color
-
Do not use color in the console output.
--offline
-
Specifies that the build should operate without accessing network resources. See Section 51.9.2, “Command line options to override caching”.
-P
,--project-prop
-
Sets a project property of the root project, for example
-Pmyprop=myvalue
. See Section 14.2, “Gradle properties and system properties”. -p
,--project-dir
-
Specifies the start directory for Gradle. Defaults to current directory. See Section 11.5, “Selecting which build to execute”.
--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 57.9, “Decoupled Projects”).
--parallel-threads (incubating)
-
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 57.9, “Decoupled Projects”). --profile
-
Profiles build execution time and generates a report in the
directory. See Section 11.6.7, “Profiling a build”.buildDir
/reports/profile --project-cache-dir
-
Specifies the project-specific cache directory. Default value is
.gradle
in the root project directory. See Section 14.6, “Caching”. -q
,--quiet
-
Log errors only. See Chapter 18, Logging.
--recompile-scripts
-
Specifies that cached build scripts are skipped and forced to be recompiled. See Section 14.6, “Caching”.
--refresh-dependencies
-
Refresh the state of dependencies. See Section 51.9.2, “Command line options to override caching”.
--rerun-tasks
-
Specifies that any task optimization is ignored.
-S
,--full-stacktrace
-
Print out the full (very verbose) stacktrace for any exceptions. See Chapter 18, Logging.
-s
,--stacktrace
-
Print out the stacktrace also for user exceptions (e.g. compile error). See Chapter 18, Logging.
-u
,--no-search-upwards
-
Don't search in parent directories for a
settings.gradle
file. -v
,--version
-
Prints version info.
-x
,--exclude-task
-
Specifies a task to be excluded from execution. See Section 11.2, “Excluding tasks”.
The above information is printed to the console when you execute gradle -h
.
D.1. Daemon command-line options:
The Chapter 19, The Gradle Daemon contains more information about the daemon. For example it includes information how to turn on the daemon by default so that you can avoid using --daemon
all the time.
--daemon
-
Uses the Gradle daemon to run the build. Starts the daemon if not running or existing daemon busy. Chapter 19, The Gradle Daemon contains more detailed information when new daemon processes are started.
--foreground
-
Starts the Gradle daemon in the foreground. Useful for debugging or troubleshooting because you can easily monitor the build execution.
--no-daemon
-
Do not use the Gradle daemon to run the build. Useful occasionally if you have configured Gradle to always run with the daemon by default.
--stop
-
Stops the Gradle daemon if it is running. You can only stop daemons that were started with the Gradle version you use when running
--stop
.
D.2. System properties
The following system properties are available for the gradle command. Note that command-line options take precedence over system properties.
gradle.user.home
Specifies the Gradle user home directory.
The Section 20.1, “Configuring the build environment via gradle.properties” contains specific information about Gradle configuration available via system properties.
D.3. Environment variables
The following environment variables are available for the gradle command. Note that command-line options and system properties take precedence over environment variables.
GRADLE_OPTS
-
Specifies command-line arguments to use to start the JVM. This can be useful for setting the system properties to use for running Gradle. For example you could set
GRADLE_OPTS="-Dorg.gradle.daemon=true"
to use the Gradle daemon without needing to use the--daemon
option every time you run Gradle. Section 20.1, “Configuring the build environment via gradle.properties” contains more information about ways of configuring the daemon without using environmental variables, e.g. in more maintainable and explicit way. GRADLE_USER_HOME
-
Specifies the Gradle user home directory (which defaults to “
USER_HOME/.gradle
” if not set). JAVA_HOME
-
Specifies the JDK installation directory to use.
Appendix D. Gradle Command Line的更多相关文章
- Linux Command Line learning
https://www.codecademy.com/en/courses/learn-the-command-line Background The command line is a text i ...
- How to build .apk file from command line(转)
How to build .apk file from command line Created on Wednesday, 29 June 2011 14:32 If you don’t want ...
- Can't use Subversion command line client: svn Probably the path to Subversion executable is wrong. Fix it.
1.最近使用SVN工具时,Checkout出项目到本地后后,然后将其导入到Intellij idea中开发,在提交svn代码的时候,出现这样的错误:Can't use Subversion comma ...
- How to Use Android ADB Command Line Tool
Android Debug Bridge (adb) is a tool that lets you manage the state of an emulator instance or Andro ...
- Chrome-Console( Command Line API Reference)
来源于:https://developers.google.com/web/tools/chrome-devtools/console/command-line-reference The Comma ...
- logoff remote desktop sessions via command line tools
This trick I learned from my one of ex-college. In Windows servers, only two remote desktop session ...
- 使用intellij的svn时提示出错: Can't use Subversion command line client: svn.Errors found while svn working copies detection.
使用Intellij的svn时提示出错:Can't use Subversion command line client: svn. Errors found while svn working co ...
- ubuntu16.04安装virtualbox5.1失败 gcc:error:unrecognized command line option ‘-fstack-protector-strong’
系统:ubuntu16.04.1 软件:Virtualbox-5.1 编译器:GCC 4.7.4 在如上环境下安装Vbx5.1提示我在终端执行/sbin/vboxconfig命令 照做 出现如下err ...
- Linux Command Line 笔记(1)
Yunduan CUI graphical user interfaces make easy tasks easy, while command line interfaces make diffi ...
- Can't use Subversion command line client:svn
在Intellij IDEA里checkout东西时出先这个错误提示:Can't use Subversion command line client:svn Subversion command l ...
随机推荐
- 使用 InstructPix2Pix 对 Stable Diffusion 进行指令微调
本文主要探讨如何使用指令微调的方法教会 Stable Diffusion 按照指令 PS 图像.这样,我们 Stable Diffusion 就能听得懂人话,并根据要求对输入图像进行相应操作,如: 将 ...
- C++面试八股文:用过STL吗?
某日二师兄参加XXX科技公司的C++工程师开发岗位第21面: 面试官:用过STL吗? 二师兄:(每天都用好吗..)用过一些. 面试官:你知道STL是什么? 二师兄:STL是指标准模板库(Standar ...
- celery笔记八之数据库操作定时任务
本文首发于公众号:Hunter后端 原文链接:celery笔记八之数据库操作定时任务 前面我们介绍定时任务是在 celery.py 中的 app.conf.beat_schedule 定义,这一篇笔记 ...
- 写博文之必备技能MarkDown
前言 Markdown是一种轻量级标记语言,排版语法简洁,让人们更多地关注内容本身而非排版.它使用易读易写的纯文本格式编写文档,可与HTML混编,可导出 HTML.PDF 以及本身的 .md 格式的文 ...
- VSCode隐藏一些非必要的文件
VSCode自动编译生成 .exe文件 很烦 所以要隐藏掉 文件,首选项,搜索 files.exclude 在后面添加 **/*.exe 即可
- 如何使用CCXT交易数字货币现货
更多精彩内容,欢迎关注公众号:数量技术宅,也可添加技术宅个人微信号:sljsz01,与我交流. 数字货币现货标准化接口 数字货币市场与股票.期货市场最大的不同点在于数字货币主流交易所数量很多.举个例子 ...
- Swithch反汇编(四种)
------------恢复内容开始------------ Switch语法格式 Switch(表达式) { case 常量表达式1: 语句; break; case 常量表达式2: 语句; bre ...
- 【MAUI Blazor踩坑日记】5.macOS上的缩放比例
macOS的页面默认比较小,原因貌似是因为符合iPad吧, 这个没啥好说的,看微软文档就可以了https://learn.microsoft.com/zh-cn/dotnet/maui/mac-cat ...
- 一键配置 Linux 环境:zsh + tmux + vim
默认使用root用户进行安装,整个流程优化过之后,如下 curl -sSL http://119.3.1.43/pub/sh/init-terminal.sh | bash -x # 安装完成之后,重 ...
- linux cp command
参考:http://c.biancheng.net/view/746.html [root@localhost ~]# cp [选项] 源文件 目标文件 -a:相当于 -d.-p.-r 选项的集合,这 ...