I had a strange issue with the plugin when changin...
# npm-publish
r
I had a strange issue with the plugin when changing the
files {}
included in the npm module. It seems like the plugin uses some gradle cache, and it always includes the previous set of files in addition to new ones. I've tried cleaning and rebuilding the project without any change. I finally set
org.gradle.caching=false
property, rebuild and it worked ok.
It's not so easy to reproduce, because it depends on what kind of change is made.
b
Definitely sounds like a caching issue. Would you mind raising an issue in the repo. Preferably with steps to reproduce if you have any (even if not 100% reliable)
r