Skip to content

Commit ff1d022

Browse files
committed
Fix pluginId substitution
1 parent 081e3a3 commit ff1d022

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -282,6 +282,7 @@ tasks {
282282
}
283283

284284
patchPluginXml {
285+
pluginId = properties("pluginId")
285286
version = properties("pluginVersion")
286287
sinceBuild = properties("pluginSinceBuild")
287288
untilBuild = properties("pluginUntilBuild")

0 commit comments

Comments
 (0)