Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add 'cache: gradle' setting in GitHub workflow
The GitHub Actions workflow file (main.yml) has been updated with the 'cache: gradle' setting. This addition ensures that the dependencies are cached between workflow runs, decreasing the time it takes to install them.
- Loading branch information