Skip to content

Bump dependency.mapstruct.version from 1.5.5.Final to 1.6.0 #345

Bump dependency.mapstruct.version from 1.5.5.Final to 1.6.0

Bump dependency.mapstruct.version from 1.5.5.Final to 1.6.0 #345

Workflow file for this run

name: Quarkus Playground Build
on:
push:
branches:
- main
paths-ignore:
- '.gitignore'
- 'LICENSE'
- 'NOTICE'
- 'README*'
pull_request:
paths-ignore:
- '.gitignore'
- 'LICENSE'
- 'NOTICE'
- 'README*'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
name: checkout
- uses: actions/setup-java@v4
name: set up jdk 17
with:
distribution: 'temurin'
java-version: 17
cache: 'maven'
cache-dependency-path: '**/pom.xml'
- name: build with maven
run: mvn verify