mirror of
https://github.com/actions/runner-images.git
synced 2025-12-20 06:35:47 +00:00
[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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user