Describe the bug
uploadCrashlyticsMappingFile$variantName is not there at the time of configuring of publish* tasks and is not wired as dependency for these tasks resulting in lack of mapping file in crashlytics for the published release
How To Reproduce
Apply com.google.firebase.crashlytics plugin to any Gradle module with com.android.application and com.github.triplet.play, run publishBundle
Versions
- Gradle Play Publisher: 3.7.0
- Gradle Wrapper: 7.5.0
- Android Gradle Plugin: 7.2.1
- Firebase Crashlytics Gradle Plugin: 2.9.1
Tasks executed
publishAnyVariantBundle
Expected behavior
uploadCrashlyticsMappingFile$variantName is executed whenever publish task for specified variantName is executed
Describe the bug
uploadCrashlyticsMappingFile$variantNameis not there at the time of configuring ofpublish*tasks and is not wired as dependency for these tasks resulting in lack of mapping file in crashlytics for the published releaseHow To Reproduce
Apply
com.google.firebase.crashlyticsplugin to any Gradle module withcom.android.applicationandcom.github.triplet.play, runpublishBundleVersions
Tasks executed
publishAnyVariantBundleExpected behavior
uploadCrashlyticsMappingFile$variantNameis executed whenever publish task for specifiedvariantNameis executed