Skip to content
This repository has been archived by the owner on Jun 4, 2024. It is now read-only.

Bump io.netty:netty-bom from 4.1.97.Final to 4.1.98.Final #54

Bump io.netty:netty-bom from 4.1.97.Final to 4.1.98.Final

Bump io.netty:netty-bom from 4.1.97.Final to 4.1.98.Final #54

Workflow file for this run

name: Maven Build
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-22.04
strategy:
fail-fast: false
matrix:
java: [8, 11, 17, 21]
name: Java ${{ matrix.java }}
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v3
with:
distribution: zulu
java-version: ${{ matrix.java }}
- run: java -version && mvn --version
- run: mvn --activate-profiles dist --no-transfer-progress package