We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
pluginConfiguration
patchPluginXml
1 parent a917d76 commit 28fbe04Copy full SHA for 28fbe04
build.gradle
@@ -72,8 +72,13 @@ dependencies {
72
// See https://www.jetbrains.com/intellij-repository/releases
73
intellijPlatform {
74
pluginConfiguration {
75
+ pluginId = properties("pluginGroup")
76
name = properties("pluginName")
77
version = properties("pluginVersion")
78
+ ideaVersion {
79
+ sinceBuild = properties("platformSinceBuild")
80
+ untilBuild = provider { null }
81
+ }
82
}
83
patchPluginXml {
84
pluginId = properties("pluginGroup")
0 commit comments