Force even earlier init of unpacked Jars

[no changelog]
This commit is contained in:
Linnea Gräf
2024-10-31 22:49:44 +01:00
parent 7a53357569
commit 653454e290
2 changed files with 12 additions and 5 deletions

View File

@@ -25,7 +25,10 @@ jobs:
- name: Set up gradle cache
uses: gradle/actions/setup-gradle@v3
- name: Build with gradle
run: ./gradlew clean test remapJar --stacktrace
run: |
./gradlew clean
./gradlew unpackAllJars --stacktrace
./gradlew test remapJar --stacktrace
- name: Upload build artifact
uses: actions/upload-artifact@v3
with: