2020-02-16 19:53:51 -08:00

23 lines
394 B
Groovy

plugins {
id 'java'
id 'org.jetbrains.intellij' version '0.4.16'
}
group 'org.intellij.sdk'
version '2.0.0'
sourceCompatibility = 1.8
repositories {
mavenCentral()
}
// See https://github.com/JetBrains/gradle-intellij-plugin/
intellij {
version '2019.3.3'
}
patchPluginXml {
changeNotes """
Add change notes here.<br>
<em>most HTML tags may be used</em>"""
}