mirror of https://gitee.com/makejava/EasyCode.git
更新开发工具版本为最新版
This commit is contained in:
parent
591a15c248
commit
14d2317974
|
@ -1,6 +1,6 @@
|
|||
plugins {
|
||||
id 'java'
|
||||
id 'org.jetbrains.intellij' version '0.3.4'
|
||||
id 'org.jetbrains.intellij' version '0.3.5'
|
||||
}
|
||||
|
||||
//2.1 插件配置
|
||||
|
@ -27,6 +27,7 @@ dependencies {
|
|||
}
|
||||
|
||||
intellij {
|
||||
// 插件名称
|
||||
pluginName 'EasyCode'
|
||||
version '2018.1.5'
|
||||
type 'IU'
|
||||
|
|
Loading…
Reference in New Issue