Using integrated cache in actions/setup-java#7002
Conversation
Stypox
left a comment
There was a problem hiding this comment.
Looks good to me, thanks :-)
A test of the above can be seen in:
If I understand correctly the first link is the first run, so there is no cache and it takes 5:30min; the second link is the second run, that has the cache from the first one, so it takes 2min less. Am I right?
TobiGr
left a comment
There was a problem hiding this comment.
Looks good.
The API 29 test does not seem to benefit from using the cache, but hey, that thing is buggy all the time xD
|
@Stypox Should have been the case also before I changed it 😄 @TobiGr |

What is it?
Description of the changes in your PR
Using integrated cache in
actions/setup-javainstead of specifying it.See https://github.com/actions/setup-java#caching-gradle-dependencies for details.
Advantages:
A test of the above can be seen in:
APK testing
The APK can be found by going to the "Checks" tab below the title. On the left pane, click on "CI", scroll down to "artifacts" and click "app" to download the zip file which contains the debug APK of this PR.
Due diligence