Skip to content

Regenerate runtime item list to fix several static runtime item IDs #66

Regenerate runtime item list to fix several static runtime item IDs

Regenerate runtime item list to fix several static runtime item IDs #66

Workflow file for this run

name: Java CI
on: [push, pull_request, workflow_dispatch]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: recursive
- name: Set up JDK 8
uses: actions/setup-java@v4
with:
java-version: 8
distribution: temurin
cache: maven
- name: Install dependencies
run: |
git clone --no-tags --depth 1 https://github.com/EaseCation/Network.git target/Network
cd target/Network
mvn -B clean install
- name: Build with Maven
run: mvn -B clean package
- name: Archive artifacts
uses: actions/upload-artifact@v4
if: success()
with:
name: Nukkit
path: target/nukkit-1.0-SNAPSHOT.jar