Revert "Setup JDK roots and initialize JDK_HOME in common core environment"

This reverts commit 05dd4714045494dcc648412t 2ea2179a242991639.
This commit is contained in:
Mikhail Zarechenskiy
2017-09-15 16:47:42 +03:00
parent 05dd471404
commit 11b6382518
9 changed files with 56 additions and 83 deletions
@@ -1,5 +1,5 @@
/*
* Copyright 2010-2017 JetBrains s.r.o.
* Copyright 2010-2016 JetBrains s.r.o.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -121,8 +121,4 @@ object PathUtil {
@JvmStatic
fun getJdkClassesRoots(jdkHome: File): List<File> =
JavaSdkUtil.getJdkClassesRoots(jdkHome, false)
@JvmStatic
fun getJavaHome(): File =
File(System.getProperty("java.home"))
}