-
-
Notifications
You must be signed in to change notification settings - Fork 463
Closed
getsentry/craft
#535Description
Integration
sentry-android
Build System
Gradle
AGP Version
Any
Proguard
Disabled
Version
Every
Steps to Reproduce
- Open for example current newest version: https://repo1.maven.org/maven2/io/sentry/sentry-android/6.4.1/sentry-android-6.4.1.pom
- Find it contains this line: do_not_remove: published-with-gradle-metadata
- Open directory: https://repo1.maven.org/maven2/io/sentry/sentry-android/6.4.1/
- Find there is no .module file. According to gradle documentation this is incorrect: https://docs.gradle.org/current/userguide/publishing_gradle_module_metadata.html
Above is description of an cause.
The more important symptoms and in fact issues are while using artifactory: https://jfrog.com/artifactory/ which will throw 403, stopping the gradle build with failure.
Expected Result
Either:
- pom.xml shouldn't contain line: do_not_remove: published-with-gradle-metadata
- .module file should be published
Actual Result
pom.xml contains line do_not_remove: published-with-gradle-metadata and there is no published .module file (Gradle Module Metadata)
Metadata
Metadata
Assignees
Labels
No labels
Projects
Status
Done
Status
No status