Skip to content

check packet to be queued for unsafe#sendPacket for all client with version >= 1.20.2 #1221

check packet to be queued for unsafe#sendPacket for all client with version >= 1.20.2

check packet to be queued for unsafe#sendPacket for all client with version >= 1.20.2 #1221

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@v4
with:
distribution: zulu
java-version: ${{ matrix.java }}
- run: java -version && mvn --version
- run: mvn --activate-profiles dist --no-transfer-progress package