Skip to content

build(deps): bump org.gaul:modernizer-maven-plugin from 2.4.0 to 2.9.0 #253

build(deps): bump org.gaul:modernizer-maven-plugin from 2.4.0 to 2.9.0

build(deps): bump org.gaul:modernizer-maven-plugin from 2.4.0 to 2.9.0 #253

Workflow file for this run

name: CI
on:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
build:
strategy:
matrix:
java: [ '18' ]
os: [ 'ubuntu-latest' ]
jdk: [ 'zulu' ]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- name: Set up JDK
uses: actions/setup-java@v3
with:
java-version: ${{ matrix.java }}
distribution: ${{ matrix.jdk }}
cache: 'maven'
- name: Build
run: mvn --no-snapshot-updates --no-transfer-progress -B clean verify