mirror of
https://github.com/actions/runner-images-sangeeth.git
synced 2025-12-24 10:28:10 +08:00
[MacOS] Add SBT (#4101)
This commit is contained in:
@@ -512,6 +512,11 @@ function Get-KotlinVersion {
|
||||
return "Kotlin $kotlinVersion"
|
||||
}
|
||||
|
||||
function Get-SbtVersion {
|
||||
$sbtVersion = Run-Command "sbt -version" | Take-Part -Part 3
|
||||
return "Sbt $sbtVersion"
|
||||
}
|
||||
|
||||
function Build-PackageManagementEnvironmentTable {
|
||||
return @(
|
||||
@{
|
||||
|
||||
Reference in New Issue
Block a user