JetBrains / sbt-idea-plugin

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

Fix race in packageArtifact for doPatchPluginXml #124

Closed kellen closed 10 months ago

kellen commented 1 year ago

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

unkarjedy commented 10 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 10 months ago

@unkarjedy Done

unkarjedy commented 10 months ago

Thanks! The new version should be published soon.