Skip to content

Commit ef2b50a

Browse files
author
Denis Peshkov (CZ)
committed
small fixes
1 parent 3955199 commit ef2b50a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build-rider-plugin.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,12 +98,12 @@ if (-not $DOTNET_ONLY) {
9898
bash -c "./gradlew buildPlugin -Pversion=$VERSION -q"
9999
if ($LASTEXITCODE -eq 0) { $KOTLIN_BUILT = $true }
100100
}
101-
if (-not $KOTLIN_BUILT) { Write-Host " Skipping Kotlin (use gradlew.bat or run build-rider-plugin.sh in Git Bash/WSL)." }
101+
if (-not $KOTLIN_BUILT) { Write-Host " Skipping Kotlin (use gradlew.bat or run build-rider-plugin.sh in Git Bash/WSL)." -ForegroundColor Red }
102102
} finally {
103103
Pop-Location
104104
}
105105
} else {
106-
if (-not $hasJava17) { Write-Host " Skipping Kotlin (Java 17+ required). Set JAVA_HOME or use --dotnet-only." }
106+
if (-not $hasJava17) { Write-Host " Skipping Kotlin (Java 17+ required). Set JAVA_HOME or use --dotnet-only." -ForegroundColor Red }
107107
elseif (-not (Test-Path "rider\gradlew.bat")) { Write-Host " Skipping Kotlin (rider\gradlew.bat not found; add it or use build-rider-plugin.sh on Unix)." }
108108
}
109109
}

0 commit comments

Comments
 (0)