We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
env install
1 parent afccde0 commit cc571d3Copy full SHA for cc571d3
src/main/bash/sdkman-env.sh
@@ -40,6 +40,7 @@ function __sdkman_setup_env() {
40
fi
41
42
sdkman_auto_answer="true" USE="n" __sdkman_env_each_candidate "$sdkmanrc" "__sdk_install"
43
+ __sdkman_load_env "$sdkmanrc"
44
}
45
46
function __sdkman_load_env() {
src/test/resources/features/per_project_configuration.feature
@@ -35,6 +35,7 @@ Feature: Per-project configuration
35
When I enter "sdk env install"
36
Then I see "Done installing!"
37
And the candidate "groovy" version "2.4.1" is installed
38
+ And the candidate "groovy" version "2.4.1" is in use
39
And the candidate "groovy" version "2.0.5" should be the default
Scenario: The env install subcommand is issued without an sdkman project configuration present
0 commit comments