Skip to content

Change diamond anvil item #410

Change diamond anvil item

Change diamond anvil item #410

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