getsentry / craft

The universal Sentry release CLI 🚀
MIT License
133 stars 15 forks source link

fix(maven): Rename module.json to dist.module #540

Closed markushi closed 6 months ago

markushi commented 6 months ago

Currently various SDKs (sentry-java, kotlin multiplatform) generate maven ready artifacts which contain a module.json file instead of a e.g. sentry-java-1.0.0.module file.

This PR simply renames the file right before publishing to maven.