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 的教程和 API JavaDocs。我遗漏了一件事:当我说时apply plugin: java,我知道我已经向构建脚本添加了功能,但是 Java 插件的文档或源代码在哪里?我从我拥有的样本中知道,compile()但还有什么?
apply plugin: java
compile()
注意:我很高兴得到一个方法列表,但我真正想要的是为任何插件找到此信息的方法。
Gradle 用户指南为标准插件提供了很好的文档。