Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add the ability to deploy specific preinstrumented jars to maven #7602

Merged
merged 1 commit into from Sep 24, 2022

Conversation

hoisie
Copy link
Contributor

@hoisie hoisie commented Sep 15, 2022

Add support for the environment variable 'PREINSTRUMENTED_SDK_VERSIONS' which lets you build and publish specific versions of preinstrumented jars.

Example recent usage for the Android T jar:
PREINSTRUMENTED_SDK_VERSIONS=33 PUBLISH_PREINSTRUMENTED_JARS=true ./gradlew :preinstrumented:publish

Add support for the environment variable 'PREINSTRUMENTED_SDK_VERSIONS'
which lets you build and publish specific versions of preinstrumented
jars.

Example recent usage for the Android T jar:
PREINSTRUMENTED_SDK_VERSIONS=33 PUBLISH_PREINSTRUMENTED_JARS=true ./gradlew :preinstrumented:publish
@hoisie hoisie requested a review from utzcoz September 24, 2022 04:08
@hoisie hoisie merged commit b0645f5 into robolectric:master Sep 24, 2022
@hoisie hoisie deleted the preinstrumented-push branch September 24, 2022 04:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants