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