Skip to content

Commit

Permalink
fix: Fix nightly build command line (#7561)
Browse files Browse the repository at this point in the history
  • Loading branch information
PerfectSlayer authored Sep 4, 2024
1 parent bda1e47 commit 86d01e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.continue.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ jobs:
name: Build Project
command: >-
{% if is_nightly %}
./gradlew resolveAndLockAll --write-locks
./gradlew resolveAndLockAll --write-locks &&
{% endif %}
MAVEN_OPTS="-Xms64M -Xmx256M"
GRADLE_OPTS="-Dorg.gradle.jvmargs='-Xmx2560M -Xms2560M -XX:ErrorFile=/tmp/hs_err_pid%p.log -XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpPath=/tmp'"
Expand Down

0 comments on commit 86d01e6

Please sign in to comment.