You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 }
102
102
} finally {
103
103
Pop-Location
104
104
}
105
105
} 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 }
107
107
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)." }
0 commit comments