Skip to content

old formatter could not handle java 17 keywords (#22) #22

old formatter could not handle java 17 keywords (#22)

old formatter could not handle java 17 keywords (#22) #22

Workflow file for this run

name: Linux build
on: [push]
jobs:
linux-build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up JDK 11
uses: actions/setup-java@v2
with:
java-version: '11'
distribution: 'adopt'
- name: Build with Maven
run: mvn --batch-mode --update-snapshots verify