Skip to content

fix(deps): update dependency io.netty:netty-all to v4.1.115.final #129

fix(deps): update dependency io.netty:netty-all to v4.1.115.final

fix(deps): update dependency io.netty:netty-all to v4.1.115.final #129

Workflow file for this run

name: Build
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout sources
uses: actions/checkout@v4
- name: Setup Java
uses: actions/setup-java@v4
with:
distribution: microsoft
java-version: 21
- name: Make Gradle executable
run: chmod +x ./gradlew
- name: Build with Gradle
run: ./gradlew build