gpt4 book ai didi

intellij-idea - 如何在 IntelliJ 同步上传递 gradle 参数

转载 作者:行者123 更新时间:2023-12-04 03:36:12 24 4
gpt4 key购买 nike

编辑:
事实证明,这不是错误,而是我的配置错误。
原始问题
由于 this bug在 IntelilJ 我必须添加

configurations {
all {
exclude(group = "ch.qos.logback", module = "logback-classic")
}
}
在 IntelliJ gradle 同步期间,不要忘记将其删除。
有没有办法将参数传递给 IntelliJ 同步上的 gradle?我可以有这样的事情:
if (project.hasProperty("intellijHack"))
configurations {
all {
exclude(group = "ch.qos.logback", module = "logback-classic")
}
}

最佳答案

将命令行选项直接在 IDE 中传递给 IDE gradle 导入器进程 is not yet supported (仅适用于带有“脚本参数”字段的 Gradle 任务运行配置)。请投票关注 this request .

它应该适用于 gradle.properties文件,尽管从命令行启动的 Gradle 也会支持此属性。

关于intellij-idea - 如何在 IntelliJ 同步上传递 gradle 参数,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/47218666/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com