Replies: 1 comment 1 reply
-
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We recently set up a gradle build cache.
It works fine and does save quite some build time on our pull request.
There is one catch:
When running native tests without any changes made, the native runnable still gets build, taking a lot of time, only for the test task to figure out that nothing has changed and can be skipped.
Is there an easy way so the native compile task also gets cacheable?
Beta Was this translation helpful? Give feedback.
All reactions