作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
沿着this answer的路线(对我有用,顺便说一句)和 javadocs , 我试过
gradle.startParameter.consoleOutput = org.gradle.api.logging.configuration.ConsoleOutput.Rich
~/.gradle/init.gradle
.但是,我仍然需要
--console=rich
获得颜色输出。为什么?
最佳答案
自 Gradle 4.3您可以使用 org.gradle.console
房产在gradle.properties
:
org.gradle.console=rich
A new console verbose mode will print outcomes of all tasks (like
UP-TO-DATE
) like Gradle 3.5 and earlier did. You can set this via--console=verbose
or by a new Gradle propertyorg.gradle.console=(plain rich verbose)
.
关于gradle - 如何将 “gradle --console=rich” 设为默认值?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/42094432/
我是一名优秀的程序员,十分优秀!