m155_1 release #294
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Validate Artifact Dependencies | |
on: | |
workflow_dispatch: | |
pull_request: | |
branches: | |
- 'releases/**' | |
jobs: | |
build-artifacts: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4.1.1 | |
- name: Set up JDK 17 | |
uses: actions/setup-java@v4.1.0 | |
with: | |
java-version: 17 | |
distribution: temurin | |
cache: gradle | |
- name: Perform gradle build | |
run: | | |
./gradlew validatePomForRelease |