JetBrains / sbt-idea-plugin

Develop IntelliJ plugins with Scala and SBT
Apache License 2.0
97 stars 28 forks source link

Fix race in packageArtifact for doPatchPluginXml #124

Closed kellen closed 8 months ago

kellen commented 11 months ago

When running packageArtifact, doPatchPluginXml fails to patch the xml because it races w/ packageMappings

unkarjedy commented 8 months ago

Thanks for the contribution! Could you please add a simple line comment above Def.sequential explaining why it's essential? And we will merge it right away.

kellen commented 8 months ago

@unkarjedy Done

unkarjedy commented 8 months ago

Thanks! The new version should be published soon.