A collection of GitHub Actions to accelerate your Gradle Builds on GitHub
This repository contains a collection of GitHub Actions designed to accelerate Gradle builds on GitHub. It includes three main actions: `setup-gradle` for configuring Gradle on any GitHub Actions platform, `dependency-submission` for generating and submitting dependency graphs to enable GitHub vulnerability alerts, and `wrapper-validation` for validating Gradle Wrapper JAR checksums. The project is built with npm and uses a vendored caching library called `gradle-actions-caching`, which provides optimized Enhanced Caching for free on public repositories and as a preview feature for private ones, while also offering a Basic Caching option as a 100% open-source alternative.