Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add GitHub Actions to validate gradle wrapper files #123

Merged
merged 2 commits into from
Mar 4, 2024
Merged

Add GitHub Actions to validate gradle wrapper files #123

merged 2 commits into from
Mar 4, 2024

Commits on Mar 1, 2024

  1. Update gradle wrapper binaries to the expected 7.5 bin

    Run `gradle wrapper --gradle-version 7.5 --distribution-type bin`
    in different Chapter directory to update them.
    
    Signed-off-by: utzcoz <utzcoz@outlook.com>
    utzcoz committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    f13e948 View commit details
    Browse the repository at this point in the history
  2. Add GitHub Actions to validate gradle wrapper files

    It's very important to ensure gradle-wrapper.jar files
    in this repository are validated by the official tools.
    
    Signed-off-by: utzcoz <utzcoz@outlook.com>
    utzcoz committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    e7346c8 View commit details
    Browse the repository at this point in the history