9
0
mirror of https://github.com/BX-Team/DivineMC.git synced 2025-12-26 02:09:30 +00:00

implement shuttle

This commit is contained in:
NONPLAYT
2025-07-15 14:43:52 +03:00
parent 3a44a916e1
commit f751554273
18 changed files with 1118 additions and 46 deletions

View File

@@ -62,8 +62,8 @@ jobs:
PARALLELISM=$(($(nproc) * 2))
./gradlew applyAllPatches --stacktrace --parallel --max-workers=$PARALLELISM --build-cache --no-daemon
- name: Build Paperclip Jar
run: ./gradlew createMojmapPaperclipJar --stacktrace --parallel --no-daemon
- name: Build Shuttle Jar
run: ./gradlew createMojmapShuttleJar --stacktrace --parallel --no-daemon
- name: Prepare Release Info
run: bash scripts/releaseInfo.sh

View File

@@ -26,11 +26,11 @@ jobs:
- name: Apply Patches
run: ./gradlew applyAllPatches --stacktrace --no-daemon
- name: Build Paperclip Jar
run: ./gradlew createMojmapPaperclipJar --stacktrace --no-daemon
- name: Build Shuttle Jar
run: ./gradlew createMojmapShuttleJar --stacktrace --no-daemon
- name: Upload Artifacts
uses: actions/upload-artifact@main
with:
name: DivineMC
path: divinemc-server/build/libs/divinemc-paperclip-*-mojmap.jar
path: divinemc-server/build/libs/divinemc-shuttle-*-mojmap.jar