Skip to content

Bump com.github.librepdf:openpdf from 1.3.30 to 1.3.32 #89

Bump com.github.librepdf:openpdf from 1.3.30 to 1.3.32

Bump com.github.librepdf:openpdf from 1.3.30 to 1.3.32 #89

Workflow file for this run

name: Build
on:
push:
branches: [ "main" ]
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK 8
uses: actions/setup-java@v3
with:
java-version: '8'
distribution: 'temurin'
cache: maven
- name: Build with Maven
run: mvn -B package