Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如果我的项目中有一些编译错误并运行,gradle compileJava我无法在控制台上看到编译错误。如果我运行,gradle --debug compileJava我会得到一个很大的堆栈跟踪,并且在某处有我的编译错误。如果有编译错误,是否可以只显示编译错误?
gradle compileJava
gradle --debug compileJava