Skip to content

Bump org.eclipse.jetty:jetty-server from 11.0.16 to 11.0.20 #81

Bump org.eclipse.jetty:jetty-server from 11.0.16 to 11.0.20

Bump org.eclipse.jetty:jetty-server from 11.0.16 to 11.0.20 #81

Workflow file for this run

name: crawler-commons-http-fetcher build
on:
push:
branches:
- "**"
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
java: [ 11, 17 ]
name: Java ${{ matrix.java }}
steps:
- uses: actions/checkout@v2
- name: Setup JDK
uses: actions/setup-java@v2
with:
distribution: 'temurin'
java-version: ${{ matrix.java }}
cache: 'maven'
- name: Build
run: mvn install javadoc:aggregate