Skip to content

Bump com.viaversion:viaversion-api from 4.9.3 to 4.10.0 #61

Bump com.viaversion:viaversion-api from 4.9.3 to 4.10.0

Bump com.viaversion:viaversion-api from 4.9.3 to 4.10.0 #61

name: Build v2 for PR
on:
pull_request:
branches: [ v2 ]
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
name: Checkout repo
- name: Set up JDK 17 (LTS)
uses: actions/setup-java@v3
with:
java-version: '17'
distribution: 'adopt'
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