We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1de9042 commit dee5d96Copy full SHA for dee5d96
build.gradle
@@ -7,7 +7,7 @@ buildscript {
7
}
8
9
plugins {
10
- id "org.jetbrains.intellij" version "0.3.4"
+ id "org.jetbrains.intellij" version "0.3.5"
11
12
13
apply plugin: 'idea'
@@ -22,7 +22,7 @@ targetCompatibility = JavaVersion.VERSION_1_8
22
intellij {
23
version '2018.1.5'
24
type 'IU'
25
- plugins = ['coverage', 'spring','DatabaseTools'] //Bundled plugin dependencies
+ plugins = ['coverage', 'spring', 'DatabaseTools'] //Bundled plugin dependencies
26
pluginName 'MybatisX'
27
sandboxDirectory = "${rootProject.rootDir}/idea-sandbox"
28
publish {
0 commit comments