sentry-java icon indicating copy to clipboard operation
sentry-java copied to clipboard

Sources & JavaDoc variants are missing in Gradle's metadata

Open AlexanderBartash opened this issue 1 year ago • 1 comments

Integration

sentry

Java Version

21

Version

7.15.0

Steps to Reproduce

Search for sources in https://repo1.maven.org/maven2/io/sentry/sentry/7.15.0/sentry-7.15.0.module it does not have it. An example of how it should be https://repo1.maven.org/maven2/org/junit/jupiter/junit-jupiter/5.11.2/junit-jupiter-5.11.2.module

Most likely because this is not called https://docs.gradle.org/current/javadoc/org/gradle/api/plugins/FeatureSpec.html#withJavadocJar() See also https://docs.gradle.org/current/userguide/java_plugin.html#packaging

Expected Result

The variants are missing.

Actual Result

The variants are present.

AlexanderBartash avatar Oct 11 '24 17:10 AlexanderBartash