mirror of
https://github.com/BX-Team/DivineMC.git
synced 2025-12-19 14:59:25 +00:00
Updated Upstream (Purpur)
Upstream has released updates that appear to apply and compile correctly Purpur Changes: PurpurMC/Purpur@fc89fde5 Updated Upstream (Paper)
This commit is contained in:
6
.github/workflows/auto-update.yml
vendored
6
.github/workflows/auto-update.yml
vendored
@@ -10,13 +10,13 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout DivineMC repository
|
||||
uses: actions/checkout@main
|
||||
uses: actions/checkout@v5
|
||||
with:
|
||||
path: 'DivineMC'
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
- name: Checkout Purpur repository
|
||||
uses: actions/checkout@main
|
||||
uses: actions/checkout@v5
|
||||
with:
|
||||
path: 'Purpur'
|
||||
repository: "PurpurMC/Purpur"
|
||||
@@ -50,7 +50,7 @@ jobs:
|
||||
chmod +x gradlew
|
||||
|
||||
- name: Setup JDK 21
|
||||
uses: actions/setup-java@main
|
||||
uses: actions/setup-java@v5
|
||||
with:
|
||||
distribution: 'temurin'
|
||||
java-version: '21'
|
||||
|
||||
2
.github/workflows/build-12110.yml
vendored
2
.github/workflows/build-12110.yml
vendored
@@ -16,7 +16,7 @@ jobs:
|
||||
build_number: ${{ env.BUILD_NUMBER }}
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/checkout@v5
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
|
||||
4
.github/workflows/build-pr.yml
vendored
4
.github/workflows/build-pr.yml
vendored
@@ -9,7 +9,7 @@ jobs:
|
||||
runs-on: blacksmith-8vcpu-ubuntu-2204
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/checkout@v5
|
||||
|
||||
- name: Setup JDK 21
|
||||
uses: useblacksmith/setup-java@v5
|
||||
@@ -30,7 +30,7 @@ jobs:
|
||||
run: ./gradlew createMojmapPaperclipJar --stacktrace --no-daemon
|
||||
|
||||
- name: Upload Artifacts
|
||||
uses: actions/upload-artifact@main
|
||||
uses: actions/upload-artifact@v5
|
||||
with:
|
||||
name: DivineMC
|
||||
path: divinemc-server/build/libs/divinemc-paperclip-*-mojmap.jar
|
||||
|
||||
4
.github/workflows/publish-api.yml
vendored
4
.github/workflows/publish-api.yml
vendored
@@ -11,12 +11,12 @@ jobs:
|
||||
if: "!contains(github.event.commits[0].message, '[ci-skip]')"
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@main
|
||||
uses: actions/checkout@v5
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Setup JDK 21
|
||||
uses: actions/setup-java@v4
|
||||
uses: actions/setup-java@v5
|
||||
with:
|
||||
distribution: temurin
|
||||
java-version: 21
|
||||
|
||||
Reference in New Issue
Block a user