Skip to content

Bump org.antlr:antlr4-runtime from 4.9.3 to 4.13.1 #42

Bump org.antlr:antlr4-runtime from 4.9.3 to 4.13.1

Bump org.antlr:antlr4-runtime from 4.9.3 to 4.13.1 #42

Workflow file for this run

name: CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
with:
fetch-depth: 1
- name: set up JDK 1.8
uses: actions/setup-java@v1
with:
java-version: 1.8
- name: Build with Gradle
run: ./gradlew assemble build test