Skip to content

Removed unnecessary cache of canonicalized form leadingn to unexpecte… #188

Removed unnecessary cache of canonicalized form leadingn to unexpecte…

Removed unnecessary cache of canonicalized form leadingn to unexpecte… #188

Workflow file for this run

name: Maven CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- name: Set up JDK 1.8
uses: actions/[email protected]
with:
distribution: 'adopt'
java-version: '8'
- name: Build with Maven
run: mvn package --file pom.xml