Gradle IDEA配置

时间:2014-01-29 15:48:44

标签: intellij-idea gradle

我阅读here我可以使用以下参数调整某些设置:

idea {
    module {
        downloadJavadoc = false    
        downloadSources = true
    }
}

但是当我尝试构建时出现错误:

Could not find method idea() for arguments

1 个答案:

答案 0 :(得分:13)

请先申请IDEA插件:

apply plugin: 'idea'