Closed markushi closed 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.
module.json
sentry-java-1.0.0.module
This PR simply renames the file right before publishing to maven.
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.