Skip to content
This repository has been archived by the owner on Jun 17, 2024. It is now read-only.

Bump org.glassfish.jaxb:jaxb-runtime from 2.3.1 to 4.0.3 #27

Bump org.glassfish.jaxb:jaxb-runtime from 2.3.1 to 4.0.3

Bump org.glassfish.jaxb:jaxb-runtime from 2.3.1 to 4.0.3 #27

Workflow file for this run

name: "Build project"
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-java@v3
with:
java-version: '11'
distribution: 'adopt'
- name: Maven package
run: mvn clean package