mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 08:27:12 -07:00
Always select all the compiler contributors.
Instead of selecting based on the source files we find (since some may be generated later).
This commit is contained in:
parent
60d69c28e0
commit
f8c39206b7
1 changed files with 2 additions and 1 deletions
|
@ -173,7 +173,8 @@ open class JvmCompilerPlugin @Inject constructor(
|
|||
|
||||
val results = arrayListOf<TaskResult>()
|
||||
|
||||
val compilerContributors = ActorUtils.selectAffinityActors(project, context,
|
||||
val compilerContributors = context.pluginInfo.compilerContributors
|
||||
ActorUtils.selectAffinityActors(project, context,
|
||||
context.pluginInfo.compilerContributors)
|
||||
|
||||
var failedResult: TaskResult? = null
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue