* Disable exit on error temporary to implement retry logic based on exit code
* Check HTTP response code and retry if it's not 200
* Make variables local to not interfere with other scripts
Co-authored-by: Mikhail Timofeev <48208649+miketimofeev@users.noreply.github.com>
* Change java-tools script to retrieve the latest major gradle version
* Change gradle installation to use manifest json. Use download_with_retries function
* Move maven version to the toolset
* [macOS] Fail Pester tests on error
* return it back
* [Ubuntu] add get_toolset_values function
* added fix
* fix all nitpicks
* try to get rid brackets
* removed brackets.
* pipx-package fix