devonfw / ide

Tool to automate setup and update of development environment (esp. for Java projects).
Apache License 2.0
33 stars 102 forks source link

#1153 : improve offline capability #1364

Closed diiinesh closed 5 months ago

diiinesh commented 8 months ago

fixes #1153 Added function: doCheckNetworkStatus()

adjusted function: doInstall()

specifically the if conditions where these functions are called:

doGitPullOrClone
doUpdateUrls
doDownload

If system is offline, skip these functions.