Gradle允许您将CharacterRule
作为命令行参数传递。 gradle中-iS -p
命令行参数的用途是什么?他们启用了哪些附加功能?
答案 0 :(得分:1)
只需使用Gradle命令帮助检查这些开关:
$ gradle --help | egrep -e '^-(i|S|p)'
-i, --info Set log level to info.
-p, --project-dir Specifies the start directory for Gradle. Defaults to current directory.
-S, --full-stacktrace Print out the full (very verbose) stacktrace for all exceptions.
-iS
=将日志级别设置为info并打印异常的完整堆栈跟踪
-p
=指定项目目录