Skip to content

Commit

Permalink
Fix pluginId substitution
Browse files Browse the repository at this point in the history
  • Loading branch information
seclerp committed Sep 26, 2023
1 parent 081e3a3 commit ff1d022
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -282,6 +282,7 @@ tasks {
}

patchPluginXml {
pluginId = properties("pluginId")
version = properties("pluginVersion")
sinceBuild = properties("pluginSinceBuild")
untilBuild = properties("pluginUntilBuild")
Expand Down

0 comments on commit ff1d022

Please sign in to comment.