mirror of
https://github.com/BX-Team/DivineMC.git
synced 2026-01-04 15:31:43 +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'
|
||||
|
||||
Reference in New Issue
Block a user