Disable actions cache, and increase gradle memory allocation a little.

This commit is contained in:
modmuss50 2020-07-01 19:05:55 +01:00
parent 408b8aa4b4
commit 8d384cef9a
2 changed files with 3 additions and 1 deletions

View file

@ -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

View file

@ -1 +1 @@
org.gradle.jvmargs=-Xmx2G
org.gradle.jvmargs=-Xmx2560M