Skip to content

Use correct class to get method in NMSUtil#sendPacket #24

Use correct class to get method in NMSUtil#sendPacket

Use correct class to get method in NMSUtil#sendPacket #24

Workflow file for this run

name: Publish to Hangar
on:
push:
branches:
- master
- dev
jobs:
publish:
if: github.repository_owner == 'ViaVersion'
runs-on: ubuntu-22.04
steps:
- name: Checkout Repository
uses: actions/checkout@v4
- name: Validate Gradle Wrapper
uses: gradle/wrapper-validation-action@v1
- name: Set up JDK 17
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: 17
check-latest: true
- name: Publish
env:
HANGAR_TOKEN: ${{ secrets.HANGAR_TOKEN }}
run: ./gradlew build publishAllPublicationsToHangar