Skip to content

Update dependency com.velocitypowered:velocity-api to v3.5.1 #322

Update dependency com.velocitypowered:velocity-api to v3.5.1

Update dependency com.velocitypowered:velocity-api to v3.5.1 #322

name: PR Build
on:
pull_request:
jobs:
cleanup-and-build:
runs-on: ubuntu-latest
if: "!contains(github.event.head_commit.message, '[skip]')"
steps:
- uses: actions/checkout@v7
- name: Set up JDK 21
uses: actions/setup-java@v5
with:
distribution: 'temurin'
java-version: 21
server-id: github
cache: 'maven'
- name: Build with Maven
run: mvn clean package --file pom.xml