Skip to content

build(deps-dev): bump jsoup from 1.15.4 to 1.16.1 #1335

build(deps-dev): bump jsoup from 1.15.4 to 1.16.1

build(deps-dev): bump jsoup from 1.15.4 to 1.16.1 #1335

Workflow file for this run

name: Quick Build
on: [pull_request]
permissions:
contents: read
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
java_version: [17]
os: [ubuntu-latest]
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Set up JDK ${{ matrix.java_version }}
uses: actions/setup-java@v3
with:
java-version: ${{ matrix.java_version }}
distribution: 'temurin'
cache: maven
- name: Install
run: mvn clean install -DskipTests -q
env:
BUILD_PORT: 0
BUILD_SECURE_PORT: 0
- name: Build
run: mvn clean package -s ./etc/central-settings.xml
env:
BUILD_PORT: 0
BUILD_SECURE_PORT: 0