Skip to content

Bump Gradle, AGP, and the build JDK #3

Bump Gradle, AGP, and the build JDK

Bump Gradle, AGP, and the build JDK #3

Workflow file for this run

name: gradle-wrapper
on:
pull_request:
paths:
- 'gradlew'
- 'gradlew.bat'
- 'gradle/wrapper/'
jobs:
validate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: gradle/wrapper-validation-action@v1