mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 08:27:12 -07:00
Clear the list of dynamic plug-ins.
This commit is contained in:
parent
d298914636
commit
04810f4df8
1 changed files with 5 additions and 0 deletions
|
@ -63,6 +63,11 @@ class BuildFileCompiler @Inject constructor(@Assisted("buildFiles") val buildFil
|
|||
context.logger = parallelLogger
|
||||
Kobalt.context = context
|
||||
|
||||
// The list of dynamic plug-ins has to be a companion since it's modified directly from
|
||||
// the build file, so make sure to reset it so that dynamic plug-ins don't bleed from
|
||||
// one build compilation to the next
|
||||
Plugins.dynamicPlugins.clear()
|
||||
|
||||
//
|
||||
// Find all the projects in the build file, possibly compiling them
|
||||
//
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue