Get rid of eval on daemon completely, fixes also JSR 223 examples

This commit is contained in:
Ilya Chernikov
2017-02-09 10:00:01 +01:00
parent a3a782613a
commit 63aae56b11
7 changed files with 20 additions and 52 deletions
@@ -190,8 +190,7 @@ interface CompileService : Remote {
compilationOptions: CompilationOptions,
servicesFacade: CompilerServicesFacadeBase,
templateClasspath: List<File>,
templateClassName: String,
scriptArgsWithTypes: ScriptArgsWithTypes?
templateClassName: String
): CallResult<Int>
@Throws(RemoteException::class)