Clean scripting plugin options and classpath on importing from gradle

should prevent problems that may appear if JPS will try to load
gradle scripting subplugin

(cherrypicked with update from 1.2.50)
This commit is contained in:
Ilya Chernikov
2018-06-07 18:29:23 +02:00
parent 0dc12fc560
commit 1fbece9e7d
6 changed files with 83 additions and 1 deletions
@@ -8,6 +8,9 @@ plugins {
dependencies {
compile(project(":kotlin-scripting-compiler"))
compileOnly(project(":idea:idea-gradle"))
compileOnly(project(":idea:idea-core"))
compileOnly(intellijDep())
}
sourceSets {