1
0
mirror of synced 2026-01-06 15:01:04 -05:00
Files
docs/data/reusables/actions/gradle-workflow-steps.md
Daz DeBoer d15ad6a80f Update for gradle/actions@v3.1.0 (#31624)
Co-authored-by: Sarah Edwards <skedwards88@github.com>
2024-02-15 00:32:15 +00:00

338 B

This workflow performs the following steps:

  1. Checks out a copy of project's repository.
  2. Sets up the Java JDK.
  3. Sets up the Gradle environment. The gradle/actions/setup-gradle action takes care of caching state between workflow runs, and provides a detailed summary of all Gradle executions.