gpt4 book ai didi

gradle - 通过Gradle添加IntelliJ插件的源

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

我已经使用Gradle设置了IntelliJ插件。我的build.gradle文件包含:

plugins {
id 'java'
id 'org.jetbrains.intellij' version '0.3.12'
}

//...

dependencies {
testCompile group: 'junit', name: 'junit', version: '4.12'
}

intellij {
version '2018.2.4'
plugins 'git4idea'
}

有什么方法可以将Git4Idea插件的源包含/下载到项目中,以便它们可以自动使用?

最佳答案

不,你不能。这是一个错误。我将其归档在plugin's issue tracker上。

关于gradle - 通过Gradle添加IntelliJ插件的源,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/53295225/

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