Open gmitch215 opened 5 days ago
Description: Using gradle as a cache option doesn't work on windows-latest.
gradle
windows-latest
Task version: Specify the task version
Platform:
Runner type:
Repro steps: Have a gradle job with dependencies and using the cache.
Expected behavior: Cache should be restored next.
Actual behavior: Cache is not restored.
The job reports that the cache is saved:
But no cache is present in the list:
Relevant Repository: gmitch215/TabroomAPI
Hi @gmitch215 👋, Thank you for your report. We will investigate the issue and get back to you as soon as we have updates.
Description: Using
gradle
as a cache option doesn't work onwindows-latest
.Task version: Specify the task version
Platform:
Runner type:
Repro steps:
Have a gradle job with dependencies and using the cache.
Expected behavior: Cache should be restored next.
Actual behavior: Cache is not restored.
The job reports that the cache is saved:
But no cache is present in the list:
Relevant Repository: gmitch215/TabroomAPI