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

Use explicit CommandLineArgumentProviders instead of lambdas #1126

Merged
merged 1 commit into from
Dec 17, 2019

Conversation

iamdanfox
Copy link
Contributor

Before this PR

We get warnings from gradle about using lambdas here. Eventually I think we'll probably want to make these cacheable (even if they aren't completely right now).

After this PR

==COMMIT_MSG==
Eliminate a gradle warning
==COMMIT_MSG==

Possible downsides?

  • more verbose, could regress.

@carterkozak
Copy link
Contributor

Eventually I think we'll probably want to make these cacheable (even if they aren't completely right now).

We disable caching when refactoring is requested, so that may not be necessary.

👍

@bulldozer-bot bulldozer-bot bot merged commit 72bfb7a into develop Dec 17, 2019
@bulldozer-bot bulldozer-bot bot deleted the dfox/reduce-warnings branch December 17, 2019 18:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants