Skip to content

Bump jetty.version from 9.4.56.v20240826 to 9.4.57.v20241219 #1535

Bump jetty.version from 9.4.56.v20240826 to 9.4.57.v20241219

Bump jetty.version from 9.4.56.v20240826 to 9.4.57.v20241219 #1535

Workflow file for this run

name: GitHub CI
on: [push, pull_request]
jobs:
build:
strategy:
matrix:
os: [ubuntu-latest]
java: [8, 11, 17]
fail-fast: false
runs-on: ${{ matrix.os }}
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Java
uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: ${{ matrix.java }}
check-latest: true
cache: 'maven'
- name: Build with Maven
run: mvn clean install -B -V -e