Skip to content

Commit

Permalink
feat(ci): Update version locks on nightly builds
Browse files Browse the repository at this point in the history
  • Loading branch information
PerfectSlayer committed Jun 25, 2024
1 parent 114d414 commit 7cea4dc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .circleci/config.continue.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -303,6 +303,9 @@ jobs:
- run:
name: Build Project
command: >-
{% if is_nightly %}
./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'"
./gradlew clean
Expand Down

0 comments on commit 7cea4dc

Please sign in to comment.