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.
@@ -42,9 +42,6 @@ public class JVMConfigurationKeys {
public static final CompilerConfigurationKey<File> JDK_HOME =
CompilerConfigurationKey.create("jdk home");
public static final CompilerConfigurationKey<Boolean> NO_JDK =
CompilerConfigurationKey.create("no jdk");
public static final CompilerConfigurationKey<List<KotlinScriptDefinition>> SCRIPT_DEFINITIONS =
CompilerConfigurationKey.create("script definitions");