Remove operations tracer from compile() interface
Original commit: bf50a23221
This commit is contained in:
@@ -105,8 +105,7 @@ class JpsKotlinCompilerRunner : KotlinCompilerRunner<JpsCompilerEnvironment>() {
|
||||
targetPlatform,
|
||||
compilerArgs,
|
||||
AdditionalCompilerArguments(reportingFilters = getReportingFilters(compilerArgs.verbose)),
|
||||
JpsCompilerServicesFacadeImpl(environment),
|
||||
operationsTracer = null)
|
||||
JpsCompilerServicesFacadeImpl(environment))
|
||||
}
|
||||
|
||||
return res?.get()?.let { exitCodeFromProcessExitCode(it) }
|
||||
|
||||
Reference in New Issue
Block a user