Skip to content

Commit

Permalink
suggest auto env to sdkman
Browse files Browse the repository at this point in the history
  • Loading branch information
jakebman committed Jan 6, 2025
1 parent edfbb95 commit d2f004d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions plugins/available/jake-install-tools.plugin.bash
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,12 @@ function jake-install-tools() {
echo "Nothing to do for sdkman - sdkman is happy"
fi

if [ true = "$sdkman_auto_env" ]; then
echo "sdkman is automatically proc'ing on cd"
else
echo 'Consider setting sdkman_auto_env=true in `sdk config`'
fi

# I would really prefer to use the latest git
local GIT_VERSION="$(git --version)"
local EXPECTED_VERSION='git version 2.46.0'
Expand Down

0 comments on commit d2f004d

Please sign in to comment.