Skip to content

Upgrade version of the library #110

Upgrade version of the library

Upgrade version of the library #110

Workflow file for this run

on:
push:
branches: ["**"]
jobs:
build:
name: Build and Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up JDK 11.0.2
uses: actions/setup-java@v1
with:
java-version: 11.0
- name: Build
run: mvn clean install