actions / setup-java

Set up your GitHub Actions workflow with a specific version of Java
MIT License
1.57k stars 746 forks source link

Gradle Cache on Windows always Fails #708

Open gmitch215 opened 5 days ago

gmitch215 commented 5 days ago

Description: Using gradle as a cache option doesn't work on 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: image

But no cache is present in the list: image

Relevant Repository: gmitch215/TabroomAPI

priyagupta108 commented 4 days ago

Hi @gmitch215 👋, Thank you for your report. We will investigate the issue and get back to you as soon as we have updates.