Skip to content
This repository has been archived by the owner on Dec 23, 2023. It is now read-only.

Bump jetty-server from 9.4.41.v20210516 to 9.4.51.v20230217 in /examples #48

Bump jetty-server from 9.4.41.v20210516 to 9.4.51.v20230217 in /examples

Bump jetty-server from 9.4.41.v20210516 to 9.4.51.v20230217 in /examples #48

Workflow file for this run

name: Build Checker
on:
pull_request:
branches:
- master
- v0.*
jobs:
build:
name: Build Checker
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2.3.4
with:
fetch-depth: 0
- id: setup-java
name: Setup Java 8
uses: actions/setup-java@v2
with:
distribution: adopt
java-version: 8
- uses: burrunan/gradle-cache-action@v1.10
with:
remote-build-cache-proxy-enabled: false
arguments: clean assemble -PcheckerFramework=true