Skip to content

dependency convergence for maven-antlr-plugin #64

dependency convergence for maven-antlr-plugin

dependency convergence for maven-antlr-plugin #64

Workflow file for this run

name: Build
on:
pull_request:
branches: "**"
jobs:
build:
name: build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
with:
fetch-depth: 0
- name: Set up JDK 21
uses: actions/setup-java@dded0888837ed1f317902acf8a20df0ad188d165
with:
java-version: '21'
distribution: 'temurin'
cache: maven
- uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809
with:
path: ~/.m2/repository
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
restore-keys: |
${{ runner.os }}-maven-
- name: Build with Maven
run: mvn -B install -Dgpg.skip --file pom.xml