Skip to content

Add marker that paper doesn't need to remap the nbtapi #545

Add marker that paper doesn't need to remap the nbtapi

Add marker that paper doesn't need to remap the nbtapi #545

Workflow file for this run

name: Java CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up JDK 1.8
uses: actions/setup-java@v3
with:
distribution: zulu
java-version: 8
- name: Build with Maven
run: mvn install --file pom.xml