Skip to content

chore(deps): bump org.eclipse.jetty:jetty-maven-plugin from 11.0.19 to 11.0.21 #424

chore(deps): bump org.eclipse.jetty:jetty-maven-plugin from 11.0.19 to 11.0.21

chore(deps): bump org.eclipse.jetty:jetty-maven-plugin from 11.0.19 to 11.0.21 #424

Workflow file for this run

name: it-jetty
on:
push:
paths-ignore:
- "docs/**"
branches:
- master
pull_request:
types:
- opened
- synchronize
- reopened
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK 17
uses: actions/setup-java@v4
with:
distribution: 'zulu'
java-version: 17
cache: 'maven'
- name: Build with Maven
run: mvn -B -q clean verify -Parq-jetty-embedded