rjaros / kvision

Object oriented web framework for Kotlin/JS
https://kvision.io
MIT License
1.23k stars 65 forks source link

Upgrade npm-publish@3.2.0 #455

Closed mpetuska closed 1 year ago

mpetuska commented 1 year ago

Sadly this is the best I can do with current gradle API limitations. ConfigurableFileCollection preserves directory structures, but doesn't allow filtering, while ConfigurableFileTree does allow filtering, but flattens all files.

I've raised an issue to track progress on a better alternative in the future mpetuska/npm-publish#87

rjaros commented 1 year ago

I've already made similar changes in the kvision_6 branch: https://github.com/rjaros/kvision/commit/3983bb37b8ef55ebb76a5016a1815a2715f24ec9

I will just close this PR, but thanks anyway for your help and for npm-publish plugin :-)

mpetuska commented 1 year ago

Ah, great 😀 well at the very least you have something to refer to if you're unsure.