Skip to content

Commit

Permalink
Update to bring into the year 2024
Browse files Browse the repository at this point in the history
  • Loading branch information
joakime committed Jan 2, 2024
1 parent 1a3e119 commit 8fd5923
Show file tree
Hide file tree
Showing 4 changed files with 524 additions and 163 deletions.
46 changes: 5 additions & 41 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
@@ -1,21 +1,4 @@
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in compliance
# with the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.

name: GitHub CI
name: Verify

on:
push:
Expand All @@ -26,26 +9,7 @@ on:

jobs:
build:

strategy:
matrix:
os: [ubuntu-latest]
java: [11]
jdk: [temurin]
fail-fast: false

runs-on: ${{ matrix.os }}

steps:
- name: Checkout
uses: actions/checkout@v4

- name: Set up JDK
uses: actions/setup-java@v4
with:
distribution: ${{ matrix.jdk }}
java-version: ${{ matrix.java }}
cache: 'maven'

- name: Build with Maven
run: mvn install javadoc:javadoc -e -B -V
name: Verify
uses: jetty/.github/.github/workflows/maven-ci.yml@main
with:
jdk-matrix: '[ "11", "17", "21" ]'
3 changes: 0 additions & 3 deletions .travis.yml

This file was deleted.

Loading

0 comments on commit 8fd5923

Please sign in to comment.