Skip to content

Raised the release CI job's Java version to 17 as this is the min req… #240

Raised the release CI job's Java version to 17 as this is the min req…

Raised the release CI job's Java version to 17 as this is the min req… #240

# This workflow will build a Java project with Gradle
# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-gradle
name: Validate Gradle wrapper
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
validate:
name: Validate Gradle wrapper
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Validate Gradle wrapper
uses: gradle/wrapper-validation-action@v1