This workflow performs the following steps:
- Checks out a copy of project's repository.
- Sets up the Java JDK.
- 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.