Remove WorkersIT test.

Now all compilations are using workers and issues should be covered
by other tests.

^KT-46406 Fixed
This commit is contained in:
Yahor Berdnikau
2021-09-16 10:57:31 +02:00
committed by Space
parent 3dc69495f9
commit e4827efb4a
4 changed files with 0 additions and 126 deletions
@@ -86,14 +86,6 @@ internal class GradleKotlinCompilerWork @Inject constructor(
config: GradleKotlinCompilerWorkArguments
) : Runnable {
companion object {
init {
if (System.getProperty("org.jetbrains.kotlin.compilerRunner.GradleKotlinCompilerWork.trace.loading") == "true") {
println("Loaded GradleKotlinCompilerWork")
}
}
}
private val projectRootFile = config.projectFiles.projectRootFile
private val clientIsAliveFlagFile = config.projectFiles.clientIsAliveFlagFile
private val sessionFlagFile = config.projectFiles.sessionFlagFile