Remove unused and unnecessary classpath entries in compiler tests

Also remove obsolete additional path arguments for runIde task.
This commit is contained in:
Ilya Gorbunov
2018-08-15 03:13:36 +03:00
parent 237d870618
commit 38d8451d1c
3 changed files with 4 additions and 10 deletions
@@ -141,8 +141,7 @@ fun Project.runIdeTask(name: String, ideaPluginDir: File, ideaSandboxDir: File,
"-Dapple.laf.useScreenMenuBar=true",
"-Dapple.awt.graphics.UseQuartz=true",
"-Dsun.io.useCanonCaches=false",
"-Dplugin.path=${ideaPluginDir.absolutePath}",
"-Didea.additional.classpath=../idea-kotlin-runtime/kotlin-runtime.jar,../idea-kotlin-runtime/kotlin-reflect.jar"
"-Dplugin.path=${ideaPluginDir.absolutePath}"
)
if (rootProject.findProperty("versions.androidStudioRelease") != null) {