File tree Expand file tree Collapse file tree
platform/build-scripts/src/org/jetbrains/intellij/build/productLayout Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -374,6 +374,12 @@ object CommunityModuleSets {
374374 module(" intellij.platform.collaborationTools" )
375375 module(" intellij.platform.collaborationTools.auth" )
376376 module(" intellij.platform.collaborationTools.auth.base" )
377+
378+ // this seems like bloat (it's used for the Task Management plugin) which we would ideally disable in rebased,
379+ // but GitToolBox depends on it. it's a very popular 3rd party git-focused plugin so we make an effort to support it
380+ module(" intellij.platform.tasks" )
381+ module(" intellij.platform.tasks.impl" )
382+
377383 module(" intellij.libraries.microba" )
378384 module(" intellij.platform.diagnostic.freezeAnalyzer" )
379385 module(" intellij.platform.diagnostic.freezes" )
You can’t perform that action at this time.
0 commit comments