Disable Gradle configuration cache in runner
Some checks failed
Build / build (push) Failing after 6m5s

This commit is contained in:
MrSphay
2026-05-06 23:54:09 +02:00
parent 22043100a6
commit 609bfa7859

View File

@@ -20,7 +20,7 @@ jobs:
java-version: '21'
- name: Build
run: ./gradlew build --stacktrace
run: ./gradlew build --stacktrace --no-configuration-cache
- name: Upload mod jar
uses: actions/upload-artifact@v3