[Windows] Fix SBT version issue and Pinning Kotlin version (#11866)

* [Windows] Fix SBT version issue and Pinning Kotlin version

* [Windows]Removing try catch block and adding script version
This commit is contained in:
hemanthmanga
2025-03-25 01:54:15 +05:30
committed by GitHub
parent fe5a6ae53b
commit 004b9b79e8
4 changed files with 19 additions and 4 deletions

View File

@@ -166,7 +166,7 @@ function Get-GradleVersion {
}
function Get-SbtVersion {
(sbt -version) -match "sbt runner" | Get-StringPart -Part 3
sbt --script-version
}
function Get-DotnetSdks {