Skip to content

Bump jaxb-impl from 4.0.2 to 4.0.3 #9

Bump jaxb-impl from 4.0.2 to 4.0.3

Bump jaxb-impl from 4.0.2 to 4.0.3 #9

name: Java 17
on:
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up JDK 17
uses: actions/setup-java@v1
with:
java-version: 17
- name: Build with Maven
run: mvn -B package