Skip to content

Chore(deps): Bump jasperreports.version from 6.21.3 to 7.0.1 #5388

Chore(deps): Bump jasperreports.version from 6.21.3 to 7.0.1

Chore(deps): Bump jasperreports.version from 6.21.3 to 7.0.1 #5388

Workflow file for this run

# This workflow will build a Java project with Maven
# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-maven
name: Java CI with Maven
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
java: [ 17 ]
steps:
- uses: actions/checkout@v4
- name: Set up JDK ${{ matrix.java }}
uses: actions/setup-java@v4
with:
distribution: 'zulu'
java-version: ${{ matrix.java }}
java-package: jdk
- name: Build with Maven
run: mvn -B package --file pom.xml