mirror of
https://github.com/FabricMC/fabric.git
synced 2025-03-27 23:29:58 -04:00
Disable actions cache, and increase gradle memory allocation a little.
This commit is contained in:
parent
408b8aa4b4
commit
8d384cef9a
2 changed files with 3 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -15,6 +15,8 @@ jobs:
|
|||
with:
|
||||
gradle-version: wrapper
|
||||
arguments: check build publishToMavenLocal --stacktrace
|
||||
dependencies-cache-enabled: false
|
||||
configuration-cache-enabled: false
|
||||
- uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: Artifacts
|
||||
|
|
|
@ -1 +1 @@
|
|||
org.gradle.jvmargs=-Xmx2G
|
||||
org.gradle.jvmargs=-Xmx2560M
|
||||
|
|
Loading…
Add table
Reference in a new issue