Skip to content

Commit

Permalink
devonfw#781: removed pointless java dependency from dotnet
Browse files Browse the repository at this point in the history
  • Loading branch information
hohwille committed Jun 9, 2022
1 parent faafe88 commit 6106d8c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/src/main/resources/scripts/command/dotnet
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ function doExists() {
}

function doSetup() {
doDevonCommand java setup silent
if [ "${1}" != "silent" ] || [ ! -d "${DOTNET_HOME}" ]
then
doInstall "-" "${DOTNET_HOME}" "dotnet" "${DOTNET_VERSION:-6.0.300}"
Expand Down

0 comments on commit 6106d8c

Please sign in to comment.