Use less ram and cpu power
This commit is contained in:
@@ -30,7 +30,7 @@ jobs:
|
||||
run: chmod +x ./gradlew
|
||||
|
||||
- name: Build mod
|
||||
run: ./gradlew build
|
||||
run: ./gradlew build --no-daemon --max-workers=1 -Dorg.gradle.jvmargs="-Xmx1g -XX:MaxMetaspaceSize=256m"
|
||||
|
||||
- name: Read mod info
|
||||
id: mod_info
|
||||
|
||||
Reference in New Issue
Block a user