Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/madhead/check-gradle-version

GitHub Action for Gradle version verification
https://github.com/madhead/check-gradle-version

code-quality github-action gradle version-checker

Last synced: 2 months ago
JSON representation

GitHub Action for Gradle version verification

Awesome Lists containing this project

README

        

# check-gradle-version

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

```yml
jobs:
gradle_version:
name: Check Gradle version
runs-on: ubuntu-24.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.