diff --git a/gradle.properties b/gradle.properties new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/plugin-gradle/build.gradle b/plugin-gradle/build.gradle index d492e9431cac6862e871073ceef9df82274bc494..9fdfd002faad8ba7cdaf9b1003b8399f0cd79386 100644 --- a/plugin-gradle/build.gradle +++ b/plugin-gradle/build.gradle @@ -1,10 +1,11 @@ buildscript { - dependencies{ - classpath group: 'gradle.plugin.org.jetbrains.intellij.plugins', name: 'gradle-intellij-plugin', version: '0.4.10' + dependencies { + classpath group: 'gradle.plugin.org.jetbrains.intellij.plugins', name: 'gradle-intellij-plugin', version: '0.4.10' } } plugins { + id 'idea' id 'java' id 'org.jetbrains.intellij' version '0.4.10' } @@ -13,14 +14,17 @@ group 'com.duanledexianxianxian' version '1.0-SNAPSHOT' dependencies { testCompile group: 'junit', name: 'junit', version: '4.12' +// compileOnly fileTree(include: ['*.jar'], dir: ideaSDKlocalPath + '/Contents/plugins/DatabaseTools/lib') } // See https://github.com/JetBrains/gradle-intellij-plugin/ intellij { version '2019.1.2' + type 'IU' + plugins = ['DatabaseTools'] //Bundled plugin dependencies } patchPluginXml { changeNotes """ Add change notes here.
most HTML tags may be used""" -} \ No newline at end of file +} diff --git a/plugin-gradle/src/main/resources/META-INF/plugin.xml b/plugin-gradle/src/main/resources/META-INF/plugin.xml index 72b0d2aedb2340757b73ef9b8badd0671fcba111..c8a1616a7084171ea401cdc8f218dd5a429f7bb5 100644 --- a/plugin-gradle/src/main/resources/META-INF/plugin.xml +++ b/plugin-gradle/src/main/resources/META-INF/plugin.xml @@ -14,7 +14,8 @@ --> com.intellij.modules.platform com.intellij.modules.ultimate - com.intellij.database + com.intellij.modules.platform + com.intellij.database