Skip to content

fix(UnbreakableRune): fix runes not work on items without ItemMeta, r… #56

fix(UnbreakableRune): fix runes not work on items without ItemMeta, r…

fix(UnbreakableRune): fix runes not work on items without ItemMeta, r… #56

Workflow file for this run

name: Java CI
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build:
if: startsWith(github.event.head_commit.message, '[CI skip]') == false
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup JDK
uses: actions/setup-java@v2
with:
distribution: 'zulu'
java-version: 16
java-package: jdk
architecture: x64
- name: Build with Maven
run: mvn package --file pom.xml