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 R8 repo management opt out #17

Merged
merged 7 commits into from
Jan 30, 2020
Merged

Add R8 repo management opt out #17

merged 7 commits into from
Jan 30, 2020

Conversation

ZacSweers
Copy link
Collaborator

Resolves #13

extensionJvmArgs: ListProperty<String>,
r8Configuration: Configuration
): InferAndroidTestKeepRules.() -> Unit = {
if (automaticallyAddR8Repo.get()) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Did you move this from the plugin to the task for any particular reason?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah had to to move it to configuration time

@ZacSweers ZacSweers merged commit cf7648c into master Jan 30, 2020
@ZacSweers ZacSweers deleted the z/r8RepoOptOut branch January 30, 2020 01:02
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.

Allow opting out of repo addition
2 participants