Closed codingismy11to7 closed 4 years ago
thanks!
plz test and report if it works
I'll try to but it probably won't be until next week, and I'll have to figure out how to do that (hopefully as easy as a publishLocal
and updating the build to use a snapshot version for the plugin)
All the fixes are already in 3.7.0 I've also fixed quite a few other annoying issues, that you've might came across: #63 #62 #61 #59 tl;dr:
I just updated from plugin version 2.3.2 to version 3.6.3, and implemented the new
patchPluginXml
settings. After runningpackageArtifactZip
, I checked to see if everything was correct, but the plugin.xml included in the jar was the original, unpatched file.I did check that the file output to
target/scala-2.12/classes/META-INF/plugin.xml
DID get the patched values correctly, it just seems that the jar after bundling is using the original.