Skip to content

Updated to use blob.build, added autoupdate, and fixed negative damag… #1

Updated to use blob.build, added autoupdate, and fixed negative damag…

Updated to use blob.build, added autoupdate, and fixed negative damag… #1

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@v1
- name: Set up JDK 16
uses: actions/setup-java@v1
with:
java-version: 16
- name: Build with Maven
run: mvn package --file pom.xml