Skip to content

Release 1.1.0 (#23) #87

Release 1.1.0 (#23)

Release 1.1.0 (#23) #87

Workflow file for this run

name: Java CI
on: [ push ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout source code
uses: actions/checkout@v1
with:
ref: main
- name: Set up JDK 11
uses: actions/setup-java@v1
with:
java-version: 11
- name: Build with Maven
run: mvn clean package