Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Stop explicitly creating a
sourcesElement
Gradle variant
This variant has been superceded by an equivalent `releaseVariantReleaseRuntimePublication` variant which (I think) has been created since d5f9cf4. Before this change the `sourcesElement` variant was being created with no `files` config, which resulted in build failures when generating javadoc in AndroidX: ``` However we cannot choose between the following variants of androidx.media3:media3-cast:1.2.0-alpha01: - releaseVariantReleaseSourcePublication - sourcesElement ``` We can resolve this confusion by deleting the empty & unneeded `sourcesElement` variant. #minor-release PiperOrigin-RevId: 558783471 (cherry picked from commit 849238a)
- Loading branch information