Skip to content

Commit

Permalink
Fix JDK envs
Browse files Browse the repository at this point in the history
  • Loading branch information
Takhion committed Apr 27, 2018
1 parent d2390fb commit bb16d13
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions kotlin.init.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@ gradle.settingsEvaluated {
?: System.getenv(jdkEnvOld)
?: javaHome
extra[jdkEnvNew] = jdkHome
extra[jdkEnvOld] = jdkHome
log("set root extra $jdkEnvNew=$jdkHome")
log("set root extra $jdkEnvOld=$jdkHome")
jdkHome
}

Expand Down

0 comments on commit bb16d13

Please sign in to comment.