Skip to content

Bump org.antlr:antlr4 from 4.9.2 to 4.13.1 #14

Bump org.antlr:antlr4 from 4.9.2 to 4.13.1

Bump org.antlr:antlr4 from 4.9.2 to 4.13.1 #14

Workflow file for this run

name: Build
on:
workflow_dispatch:
workflow_call:
push:
branches-ignore:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Java JDK
uses: actions/setup-java@v3
with:
distribution: temurin
java-version: 11
cache: gradle
- name: Build
#working-directory: checker
run: ./gradlew clean build jacocoTestReport