Skip to content

Commit

Permalink
[eel] IJPL-163027: Move Project Structure -> SDKs to EelApi
Browse files Browse the repository at this point in the history
GitOrigin-RevId: 20fe00115b3693c50c1485a33635c58bdb83ad73
  • Loading branch information
vladimirlagunov authored and intellij-monorepo-bot committed Oct 30, 2024
1 parent 902c0a6 commit 30cb130
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ object JdkDownloaderFacade {
private fun JdkInstaller.installJdk(request: JdkInstallRequest, markerFile: Path) {
val item = request.item
val targetDir = request.installDir
// TODO Integrate EelApi here.
val wslDistribution = wslDistributionFromPath(targetDir)
if (wslDistribution != null && item.os != "linux") {
error("Cannot install non-linux JDK into WSL environment to $targetDir from $item")
Expand Down

0 comments on commit 30cb130

Please sign in to comment.