You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
JetBrains_intellij-platform.../build.gradle

28 lines
411 B

plugins {
id 'java'
id "org.jetbrains.intellij" version "0.4.16"
}
group pluginGroup
version pluginVersion
sourceCompatibility = 1.8
repositories {
mavenCentral()
}
patchPluginXml {
version = project.version
}
intellij {
version ideaVersion
type ideaType
pluginName pluginName
updateSinceUntilBuild = false
downloadSources Boolean.valueOf(sources)
plugins 'java'
}