Skip to content

Bump the maps group with 2 updates #545

Bump the maps group with 2 updates

Bump the maps group with 2 updates #545

name: "MT Validate Gradle Wrapper"
on:
workflow_dispatch: # manual
push:
pull_request:
jobs:
MT-GRADLE_WRAPPER-VALIDATION:
name: "MT Gradle wrapper validation"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: "MT move gradle files to default location"
run: |
cp -R shared/gradl* .
- uses: gradle/wrapper-validation-action@v1