Skip to content

fix problem with commons-lang3 3.12 missing method used by commons-te… #123

fix problem with commons-lang3 3.12 missing method used by commons-te…

fix problem with commons-lang3 3.12 missing method used by commons-te… #123

Workflow file for this run

name: Java Matrix CI
on: [push]
jobs:
test:
runs-on: ubuntu-latest
name: Java 17 test build
steps:
- name: "Check out code"
uses: actions/checkout@v3
- name: "Set up JDK"
uses: actions/setup-java@v3
with:
java-version: 17
distribution: "zulu"
cache: 'maven'
- name: "Build with Maven"
run: mvn -B clean install