Skip to content

madhead/check-gradle-version

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Repository files navigation

check-gradle-version

Simple Github Action to check that your projects uses the latest stable (AKA "current") Gradle version:

jobs:
  gradle_version:
    name: Check Gradle version
    runs-on: ubuntu-20.04
    steps:
      - uses: actions/checkout@v2
      - uses: madhead/check-gradle-version@v1

This action basically ensures that your wrapper uses the same version that is defined at https://services.gradle.org/versions/current.