Jeremiah Zucker
Jeremiah Zucker
**Is your feature request related to a problem? Please describe.** 1. In a monorepo, some modules may require a different versioning strategy if tightly coupled to different dependencies (i.e. compiler...
**What is your use-case and why do you need this feature?** I've created a small repo to demonstrate my use case: https://github.com/sugarmanz/mixed-primitive-composite-polymorphism Essentially, I am trying to consume an API...
## What is the goal of this PR? Allow for the release repo to be configured dynamically. With Maven Central, there is the opportunity to batch a release with a...
## What is the goal of this PR? Support using GPG keys that are passphrase protected ## What are the changes implemented in this PR? Pulls passphrase from `DEPLOY_MAVEN_GPG_PASSPHRASE` environment...
## What is the goal of this PR? Add publishing support for `android_library` targets (#233) ## What are the changes implemented in this PR? First, the rules, assemblers, and scripts...
## What is the goal of this PR? Support publishing to Maven Central again. Was originally done in #133, but the `developers` tag was never migrated to the maven rule...
I love this implementation of a Preference wrapper, but I find myself using Preference change listeners sometimes and would like to know if this is something you've considered adding functionality...
This is a simple implementation of #3. Let me know if you have any suggestions.
I've integrated the `NexusClient` from this Gradle plugin within a stupid simple [CLI](https://github.com/player-ui/rules_player/blob/main/distribution/NexusStagingCli.kt#L19) to be used as part of a [Bazel](https://bazel.build/) release pipeline in order to provide better staging repo...
This PR adds (limited) support for bundling AARs for distribution with `maven_publish`. It optimistically uses an `.aar` from `AndroidLibraryAarInfo` as the basis for bundling and then merges the transitive closure...