Skip to content

Commit

Permalink
ci: Args
Browse files Browse the repository at this point in the history
  • Loading branch information
null2264 committed Apr 9, 2024
1 parent 73d2e24 commit a1a46f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: |
chmod +x ./gradlew
echo "org.gradle.java.installations.fromEnv=JAVA_HOME_8_X64,JAVA_HOME_17_X64,JAVA_HOME_21_X64" >> gradle.properties
echo "org.gradle.jvmargs=-Xms2G -Xmx6G -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8 -XX:MaxHeapSize=256m" >> gradle.properties
echo "org.gradle.jvmargs=-Xmx6G" >> gradle.properties
echo "org.gradle.parallel=true" >> gradle.properties
echo "org.gradle.cache.cleanup=false" >> gradle.properties
echo "org.gradle.daemon=false" >> gradle.properties
Expand Down

0 comments on commit a1a46f7

Please sign in to comment.