9
0
mirror of https://github.com/Winds-Studio/Leaf.git synced 2026-01-06 15:51:31 +00:00

hmmmmmmmmmmmmmmm

This commit is contained in:
Taiyou06
2025-03-10 22:43:30 +01:00
parent eb73c629f9
commit f9de88f2ac
2 changed files with 6 additions and 3 deletions

View File

@@ -22,6 +22,7 @@ jobs:
uses: useblacksmith/cache@v5
with:
path: |
~/.gradle/caches
~/.gradle/caches/modules-2
~/.gradle/caches/jars-*
~/.gradle/caches/transforms-*
@@ -75,12 +76,11 @@ jobs:
--stacktrace --parallel \
--max-workers=$PARALLELISM \
--build-cache \
--configuration-cache \
--configuration-cache-problems=warn \
--no-configuration-cache \
--no-daemon
- name: Create MojmapPaperclipJar
run: ./gradlew createMojmapPaperclipJar --stacktrace --parallel --no-daemon
run: ./gradlew createMojmapPaperclipJar --stacktrace --parallel --no-daemon --no-configuration-cache
- name: Start API Publishing
id: publish-api