Skip to content

Commit dee5d96

Browse files
committed
更新为最新版的开发插件,修复plugin.xml打包中文乱码问题。
1 parent 1de9042 commit dee5d96

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ buildscript {
77
}
88

99
plugins {
10-
id "org.jetbrains.intellij" version "0.3.4"
10+
id "org.jetbrains.intellij" version "0.3.5"
1111
}
1212

1313
apply plugin: 'idea'
@@ -22,7 +22,7 @@ targetCompatibility = JavaVersion.VERSION_1_8
2222
intellij {
2323
version '2018.1.5'
2424
type 'IU'
25-
plugins = ['coverage', 'spring','DatabaseTools'] //Bundled plugin dependencies
25+
plugins = ['coverage', 'spring', 'DatabaseTools'] //Bundled plugin dependencies
2626
pluginName 'MybatisX'
2727
sandboxDirectory = "${rootProject.rootDir}/idea-sandbox"
2828
publish {

0 commit comments

Comments
 (0)