Skip to content

Bump com.viaversion:viaversion-api from 5.0.3 to 5.2.0 #74

Bump com.viaversion:viaversion-api from 5.0.3 to 5.2.0

Bump com.viaversion:viaversion-api from 5.0.3 to 5.2.0 #74

name: Build v2 for PR
on:
pull_request:
branches: [ v2 ]
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
name: Checkout repo
- name: Set up JDK 21
uses: actions/setup-java@v4
with:
java-version: '21'
distribution: 'temurin'
cache: maven
- name: Build with Maven
run: mvn install --file pom.xml
- uses: actions/upload-artifact@v3
name: Upload Artifact
with:
name: ChatItem.jar
path: target/ChatItem-*.jar