Skip to content

Fixed block and farm mine's creation exception. #161

Fixed block and farm mine's creation exception.

Fixed block and farm mine's creation exception. #161

Workflow file for this run

name: Publish and Build
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
fail-fast: false
steps:
- uses: actions/checkout@v3
- uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: 17
- uses: actions/cache@v3
with:
path: ~/.m2/repository
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
restore-keys: |
${{ runner.os }}-maven-
- run: mvn clean package
- uses: actions/upload-artifact@v3
with:
name: 'RealMines (Dev Build)'
path: realmines-plugin/target/realmines*.jar