更新开发工具版本为最新版

This commit is contained in:
makejava 2018-07-30 09:02:34 +08:00
parent 591a15c248
commit 14d2317974
1 changed files with 2 additions and 1 deletions

View File

@ -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'