Skip to content

chore(deps): update itzg/minecraft-server docker tag to v2024.12.1 #487

chore(deps): update itzg/minecraft-server docker tag to v2024.12.1

chore(deps): update itzg/minecraft-server docker tag to v2024.12.1 #487

Workflow file for this run

name: Maven Test
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK 17
uses: actions/setup-java@v4
with:
distribution: 'adopt'
java-version: '17'
- name: Build with Maven
run: mvn -B package --file pom.xml
- name: Upload artifact
uses: actions/upload-artifact@v4
with:
name: target
path: ${{ github.workspace }}/target/**/*