Skip to content

+ Flag to disable item drop, give and other block break action messag… #67

+ Flag to disable item drop, give and other block break action messag…

+ Flag to disable item drop, give and other block break action messag… #67

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: 11
- uses: actions/cache@v3
with:
path: ~/.m2/repository
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
restore-keys: |
${{ runner.os }}-maven-
- run: mvn --activate-profiles dist --no-transfer-progress package
- uses: actions/upload-artifact@v3
with:
name: 'RealMines (Dev Build)'
path: target/RealMines*.jar