Skip to content

Ignore block changes if the chunk hasn't finished generating #13

Ignore block changes if the chunk hasn't finished generating

Ignore block changes if the chunk hasn't finished generating #13

Workflow file for this run

name: Generate Jars
on: [ push, pull_request ]
jobs:
paperclip:
runs-on: ubuntu-latest
steps:
- name: Checkout Git Repository
uses: actions/checkout@v2
- name: Set up JDK
uses: actions/setup-java@v2.5.0
with:
java-version: '21'
cache: 'gradle'
distribution: 'temurin'
- name: Configure Git User Details
run: git config --global user.email "actions@github.com" && git config --global user.name "Github Actions"
- name: Apply Patches
run: ./gradlew applyPatches --stacktrace
- name: Build Paperclip jar
run: ./gradlew createReobfPaperclipJar --stacktrace
- name: Upload Paperclip jar
uses: actions/upload-artifact@v2
with:
name: shreddedpaper.jar
path: build/libs/shreddedpaper-paperclip-*-reobf.jar