Skip to content

WIP: Fix up compiler error management #343

WIP: Fix up compiler error management

WIP: Fix up compiler error management #343

Workflow file for this run

name: Java CI
on:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
java-version: '17'
distribution: 'adopt'
- name: Build with Ant
run: ant -noinput -buildfile build.xml