You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
source /opt/concourse-java.sh
|
|
|
|
|
|
|
|
setup_symlinks
|
|
|
|
if [[ -d $PWD/embedmongo && ! -d $HOME/.embedmongo ]]; then
|
|
|
|
ln -s "$PWD/embedmongo" "$HOME/.embedmongo"
|
|
|
|
fi
|
|
|
|
|
|
|
|
cleanup_maven_repo "org.springframework.boot"
|