Removed obsolete -mode CLI parameter.
This commit is contained in:
@@ -270,8 +270,7 @@ public class JetCompiler implements TranslatingCompiler {
|
||||
"-module", scriptFile.getAbsolutePath(),
|
||||
"-output", path(outputDir),
|
||||
"-tags", "-verbose", "-version",
|
||||
"-noStdlib", "-noJdkAnnotations", "-noJdk",
|
||||
"-mode", "idea"};
|
||||
"-noStdlib", "-noJdkAnnotations", "-noJdk"};
|
||||
}
|
||||
|
||||
private static void runOutOfProcess(final CompileContext compileContext,
|
||||
|
||||
Reference in New Issue
Block a user