Skip to content

#3574: "VarInt too big" should be an OverflowPacketException #1213

#3574: "VarInt too big" should be an OverflowPacketException

#3574: "VarInt too big" should be an OverflowPacketException #1213

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