generated from MrSphay/codex-agent-repository-kit
Disable Gradle configuration cache in runner
Some checks failed
Build / build (push) Failing after 6m5s
Some checks failed
Build / build (push) Failing after 6m5s
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user