Skip to content

Bump org.xhtmlrenderer:flying-saucer-pdf from 9.9.0 to 9.11.3 #44

Bump org.xhtmlrenderer:flying-saucer-pdf from 9.9.0 to 9.11.3

Bump org.xhtmlrenderer:flying-saucer-pdf from 9.9.0 to 9.11.3 #44

Workflow file for this run

name: Build
on:
push:
branches: [ "master" ]
pull_request:
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
java: [ 21 ]
name: build
steps:
- uses: actions/checkout@v4.1.7
- name: Setup java
uses: actions/setup-java@v4
with:
distribution: temurin
java-version: ${{matrix.java}}
- name: Build with Maven
run: mvn -B package --file pom.xml