Skip to content

server patches (36/47) #57

server patches (36/47)

server patches (36/47) #57

Workflow file for this run

name: Build
on: [ push, pull_request ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: gradle/wrapper-validation-action@v1
- uses: actions/setup-java@v3
with:
distribution: temurin
java-version: 21
- name: Configure Git
run: git config --global user.email "action@github.com" && git config --global user.name "Github Action"
- name: Apply patches
run: ./gradlew applyAllPatches --stacktrace
- name: Build
run: ./gradlew createMojmapPaperclipJar --stacktrace