Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 338 Bytes

gradle-workflow-steps.md

File metadata and controls

5 lines (4 loc) · 338 Bytes

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.