Remove call to await after kapt work is submitted
Await blocks parallel execution within a project. Since there are no actions in the task after `await()`, it is safe to delete the call.
This commit is contained in:
-2
@@ -95,8 +95,6 @@ open class KaptWithoutKotlincTask @Inject constructor(private val workerExecutor
|
||||
}
|
||||
logger.info("Kapt worker classpath: ${config.classpath}")
|
||||
}
|
||||
|
||||
workerExecutor.await()
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user