Skip to content

Commit

Permalink
Merge pull request #782 from dvsa/mavenCache
Browse files Browse the repository at this point in the history
feat: resolve empty block
  • Loading branch information
sr4850 authored Sep 13, 2024
2 parents d2d0ef2 + 55a3a52 commit 9a2a61f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,9 @@ if [ "$REBUILD_DEPENDENCIES" = "true" ]; then
mvn --batch-mode clean install -U
else
if [ -d ~/.m2/repository ]; then
echo "Using maven cached dependencies"
else
echo "No cache found, downloading dependencies"
mvn --batch-mode dependency:go-offline
fi
fi
Expand Down

0 comments on commit 9a2a61f

Please sign in to comment.