Skip to content

Suppress warnings

Suppress warnings #595

Workflow file for this run

name: Java CI (Ant)
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-java@v3
with:
distribution: 'zulu'
java-version: 8
- name: Build with Ant
run: ant -noinput -buildfile build.xml clean compile build