标签: intellij-idea gradle
我阅读here我可以使用以下参数调整某些设置:
idea { module { downloadJavadoc = false downloadSources = true } }
但是当我尝试构建时出现错误:
Could not find method idea() for arguments
答案 0 :(得分:13)
请先申请IDEA插件:
apply plugin: 'idea'