更改为Java专用版本,并升级到1.2.5

This commit is contained in:
makejava 2021-09-14 15:31:43 +08:00
parent a121a8a70e
commit 3e8b0a56cc
2 changed files with 4 additions and 2 deletions

View File

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

View File

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