Skip to content

Rewrite the Sword Listener & Custom Swords (#75) #161

Rewrite the Sword Listener & Custom Swords (#75)

Rewrite the Sword Listener & Custom Swords (#75) #161

Workflow file for this run

name: Java CI
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up JDK 16
uses: actions/setup-java@v2
with:
distribution: 'zulu'
java-version: 16
- name: Build with Maven
run: mvn package --file pom.xml