-
Notifications
You must be signed in to change notification settings - Fork 446
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
Comments
Hm, shouldn't this be the job of the transform api to implement? |
Sorry, I actually realized that the new android plugin version 3.0 allows
to remove retro lambda. So, we don't need this feature anymore from retro
lambda.
But in case you want to implement it, it's on your side if you create a new
type of task.
2017-08-09 13:31 GMT-07:00 Evan Tatarka <[email protected]>:
… Hm, shouldn't this be the job of the transform api to implement?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#258 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABv33Wz3bU-8hRDJtNZWZWiOZISld8Qeks5sWhc9gaJpZM4Oyecg>
.
|
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. |
Even though we are probably gonna stop using retro lambda, I would like to
take some time to thank you for bringing this to android.
Thanks a lot for all your work !
2017-08-09 14:15 GMT-07:00 Evan Tatarka <[email protected]>:
… 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.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#258 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABv33d1FqzOgTr10wEK27pgpKIW5hU25ks5sWiF-gaJpZM4Oyecg>
.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It looks like the retro lambda tasks are not cacheable by gradle:
https://docs.gradle.org/3.5/userguide/build_cache.html
The text was updated successfully, but these errors were encountered: