mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-27 08:38:13 -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 results = arrayListOf<TaskResult>()
|
||||||
|
|
||||||
val compilerContributors = ActorUtils.selectAffinityActors(project, context,
|
val compilerContributors = context.pluginInfo.compilerContributors
|
||||||
|
ActorUtils.selectAffinityActors(project, context,
|
||||||
context.pluginInfo.compilerContributors)
|
context.pluginInfo.compilerContributors)
|
||||||
|
|
||||||
var failedResult: TaskResult? = null
|
var failedResult: TaskResult? = null
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue