Commit 497a62e8 authored by duanledexianxianxian's avatar duanledexianxianxian 😁

add doc

parent 5131f371
buildscript { buildscript {
dependencies{ dependencies {
classpath group: 'gradle.plugin.org.jetbrains.intellij.plugins', name: 'gradle-intellij-plugin', version: '0.4.10' classpath group: 'gradle.plugin.org.jetbrains.intellij.plugins', name: 'gradle-intellij-plugin', version: '0.4.10'
} }
} }
plugins { plugins {
id 'idea'
id 'java' id 'java'
id 'org.jetbrains.intellij' version '0.4.10' id 'org.jetbrains.intellij' version '0.4.10'
} }
...@@ -13,14 +14,17 @@ group 'com.duanledexianxianxian' ...@@ -13,14 +14,17 @@ group 'com.duanledexianxianxian'
version '1.0-SNAPSHOT' version '1.0-SNAPSHOT'
dependencies { dependencies {
testCompile group: 'junit', name: 'junit', version: '4.12' 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/ // See https://github.com/JetBrains/gradle-intellij-plugin/
intellij { intellij {
version '2019.1.2' version '2019.1.2'
type 'IU'
plugins = ['DatabaseTools'] //Bundled plugin dependencies
} }
patchPluginXml { patchPluginXml {
changeNotes """ changeNotes """
Add change notes here.<br> Add change notes here.<br>
<em>most HTML tags may be used</em>""" <em>most HTML tags may be used</em>"""
} }
\ No newline at end of file
...@@ -14,7 +14,8 @@ ...@@ -14,7 +14,8 @@
--> -->
<depends>com.intellij.modules.platform</depends> <depends>com.intellij.modules.platform</depends>
<depends optional="true">com.intellij.modules.ultimate</depends> <depends optional="true">com.intellij.modules.ultimate</depends>
<depends>com.intellij.database</depends> <depends optional="true">com.intellij.modules.platform</depends>
<depends optional="true">com.intellij.database</depends>
<extensions defaultExtensionNs="com.intellij"> <extensions defaultExtensionNs="com.intellij">
<!-- Add your extensions here --> <!-- Add your extensions here -->
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment