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

Support gradle build cache #258

Open
stephanenicolas opened this issue Aug 9, 2017 · 4 comments
Open

Support gradle build cache #258

stephanenicolas opened this issue Aug 9, 2017 · 4 comments

Comments

@stephanenicolas
Copy link

It looks like the retro lambda tasks are not cacheable by gradle:
https://docs.gradle.org/3.5/userguide/build_cache.html

@evant
Copy link
Owner

evant commented Aug 9, 2017

Hm, shouldn't this be the job of the transform api to implement?

@stephanenicolas
Copy link
Author

stephanenicolas commented Aug 9, 2017 via email

@evant
Copy link
Owner

evant commented Aug 9, 2017

Yeah, 3.0 is going to be the last version I plan on supporting. Unfortunately by using the transform api I don't have control of the task itself. I might look into it for the plain java version though.

@stephanenicolas
Copy link
Author

stephanenicolas commented Aug 9, 2017 via email

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

No branches or pull requests

2 participants