Skip to content

Bump vefa-peppol version to 3.6.0 and bouncycastle version to 1.78.1 #226

Bump vefa-peppol version to 3.6.0 and bouncycastle version to 1.78.1

Bump vefa-peppol version to 3.6.0 and bouncycastle version to 1.78.1 #226

Workflow file for this run

name: Oxalis Master Build
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up JDK 11
uses: actions/setup-java@v1
with:
java-version: 11
- name: Build with Maven
run: mvn -B --no-transfer-progress package --file pom.xml