Daz DeBoer

Results 63 comments of Daz DeBoer

@tbroyer Can you point me to how to delete/clear the cache via the web UI? I didn't know this was possible.

I've updated a couple of dependencies (that had security vulnerabilities), and released the latest code as `v1.0.5`. I have not yet updated the `v1` tag to point to the new...

@TWiStErRob I simply followed the [documented release process](https://github.com/gradle/wrapper-validation-action/blob/master/RELEASING.md). I agree that this is odd, and it's not how the `gradle/gradle-build-action` repository/releases are structured. But since this is my first ever...

The fix has been released as `v2.3.3` (`v2`). Please let me know if these deprecation warnings persist.

By default caches are only written from the default branch. You can read about the reasoning here: https://github.com/gradle/gradle-build-action#using-the-caches-read-only > If I populate the cache in the master branch, I'm not...

Thanks for creating a reproducer. I've been on vacation and am just getting back to this now. I think I understand what you're seeing, but please help me clarify. ##...

> Ah thats interesting I didn't know that, from a quick skim of the Github cache plugin its seems you should be able to share the cache between descendant branches....

Gradle 7.5.1 does not support running on Java 19. I suspect that's the cause of the exception you're seeing, but I don't understand why switching to a different runner fixes...

There are no current plans to support this in `gradle-build-action`. My understanding is that https://github.com/gradle/github-dependency-extractor has significant issues and performance overhead, and will require quite some work to finish. I...

### Issue Thanks for the report. I tested this feature on [ubuntu-latest](https://github.com/actions/runner-images/blob/main/images/linux/Ubuntu2004-Readme.md), [windows-latest](https://github.com/actions/runner-images/blob/main/images/win/Windows2022-Readme.md) and [macos-latest](https://github.com/actions/runner-images/blob/main/images/macos/macos-12-Readme.md) runners, all of which have a recent version of Gradle pre-installed. This pre-installed Gradle version...