Skip to content

[Refactor] refactor entire plugin and rename to WorldUtils #1

[Refactor] refactor entire plugin and rename to WorldUtils

[Refactor] refactor entire plugin and rename to WorldUtils #1

Workflow file for this run

name: WorldUtils Build
on:
push:
branches:
- "**"
pull_request:
branches:
- "**"
jobs:
build:
if: contains(github.event.head_commit.message, '[actions skip]') == false
runs-on: ubuntu-latest
steps:
- name: Checkout Git Repository
uses: actions/checkout@v6
- name: Set Up JDK
uses: actions/setup-java@v5
with:
distribution: zulu
java-version: 21
- name: Build with Maven
run: mvn -B package
- name: Upload Artifact
uses: actions/upload-artifact@v5
with:
name: Build Artifacts
path: target/WorldUtils-*-SNAPSHOT.jar