Skip to content

fix: Fix loading on CraftBukkit #164

fix: Fix loading on CraftBukkit

fix: Fix loading on CraftBukkit #164

Workflow file for this run

name: Java CI with Maven
on: [ push, pull_request ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up JDK 21
uses: actions/setup-java@v4
with:
distribution: temurin
java-version: 21
- name: Build with Maven
run: mvn -B package --file pom.xml
- name: Upload artifact
uses: actions/upload-artifact@v4
with:
name: StackMob
path: target/StackMob-*.jar