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:
-8
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user