Skip to content

Upgradle to 8.5-rc-2 and use JDK 21 for build and tests #4538

Upgradle to 8.5-rc-2 and use JDK 21 for build and tests

Upgradle to 8.5-rc-2 and use JDK 21 for build and tests #4538

name: "Validate Gradle Wrapper"
on:
push:
branches:
- main
- 'releases/**'
pull_request:
branches:
- '*'
jobs:
validation:
name: "Validation"
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v4
with:
fetch-depth: 1
- name: Validate Gradle wrapper
uses: gradle/wrapper-validation-action@v1