Skip to content

Commit 28fbe04

Browse files
committed
Sync pluginConfiguration block with patchPluginXml
1 parent a917d76 commit 28fbe04

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

build.gradle

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,13 @@ dependencies {
7272
// See https://www.jetbrains.com/intellij-repository/releases
7373
intellijPlatform {
7474
pluginConfiguration {
75+
pluginId = properties("pluginGroup")
7576
name = properties("pluginName")
7677
version = properties("pluginVersion")
78+
ideaVersion {
79+
sinceBuild = properties("platformSinceBuild")
80+
untilBuild = provider { null }
81+
}
7782
}
7883
patchPluginXml {
7984
pluginId = properties("pluginGroup")

0 commit comments

Comments
 (0)