Commit 2c81a7fb authored by duanledexianxianxian's avatar duanledexianxianxian 😁

add doc

parent 0f4aa1a3
plugins {
id 'java'
id 'org.jetbrains.intellij' version '0.4.10'
}
group 'com.duanledexianxianxian'
version '1.0-SNAPSHOT'
sourceCompatibility = 1.8
repositories {
mavenCentral()
}
dependencies {
testCompile group: 'junit', name: 'junit', version: '4.12'
}
// See https://github.com/JetBrains/gradle-intellij-plugin/
intellij {
version '2019.1.2'
}
patchPluginXml {
changeNotes """
Add change notes here.<br>
<em>most HTML tags may be used</em>"""
}
\ No newline at end of file
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