Skip to content

Updated Upstream (Leaf) #307

Updated Upstream (Leaf)

Updated Upstream (Leaf) #307

Workflow file for this run

name: Build DeepslateMC
on: [ push, pull_request ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.2.2
- name: Set up JDK 21
uses: actions/setup-java@v4.7.0
with:
java-version: 21.0.6
distribution: 'temurin'
- name: Configure Git
run: |
git config --global user.email "actions@github.com"
git config --global user.name "Github Actions"
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Apply patches
run: ./gradlew applyAllPatches
- name: Generate Paperclip Jar
run: ./gradlew createMojmapPaperclipJar
- name: Upload Paperclip
uses: actions/upload-artifact@v4.6.1
with:
name: DeepslateMC
path: deepslateMC-server/build/libs/deepslateMC-paperclip-1.21.4-R0.1-SNAPSHOT-mojmap.jar