mirror of https://gitee.com/makejava/EasyCode.git
更改为Java专用版本,并升级到1.2.5
This commit is contained in:
parent
a121a8a70e
commit
3e8b0a56cc
|
@ -21,7 +21,7 @@ plugins {
|
|||
|
||||
|
||||
group 'com.sjhy'
|
||||
version '1.2.4-RELEASE'
|
||||
version '1.2.5-RELEASE'
|
||||
|
||||
sourceCompatibility = JavaVersion.VERSION_1_8
|
||||
targetCompatibility = JavaVersion.VERSION_1_8
|
||||
|
@ -48,7 +48,7 @@ intellij {
|
|||
// 各种IDEA版本去这里找
|
||||
// https://www.jetbrains.com/intellij-repository/releases
|
||||
// 依赖的插件
|
||||
plugins = ['java', 'DatabaseTools']
|
||||
plugins = ['java', 'DatabaseTools', 'idea']
|
||||
//Disables updating since-build attribute in plugin.xml
|
||||
updateSinceUntilBuild false
|
||||
downloadSources = true
|
||||
|
|
|
@ -227,6 +227,8 @@
|
|||
<depends>com.intellij.modules.lang</depends>
|
||||
<!--必须依赖Database Tool插件-->
|
||||
<depends>com.intellij.database</depends>
|
||||
<!--必须依赖Java环境-->
|
||||
<depends>com.intellij.modules.java</depends>
|
||||
|
||||
<application-components>
|
||||
<!--<component>-->
|
||||
|
|
Loading…
Reference in New Issue