Skip to content

Bump io.netty:netty-buffer from 4.1.104.Final to 4.1.106.Final (#1) #3

Bump io.netty:netty-buffer from 4.1.104.Final to 4.1.106.Final (#1)

Bump io.netty:netty-buffer from 4.1.104.Final to 4.1.106.Final (#1) #3

Workflow file for this run

name: Java CI
on: [push, workflow_dispatch]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK 1.8
uses: actions/setup-java@v4
with:
java-version: 8
distribution: temurin
cache: maven
- name: Build with Maven
run: mvn -B clean package