We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34b22e1 commit c60a4d5Copy full SHA for c60a4d5
distage/distage-core/src/main/scala/izumi/distage/model/recursive/Bootloader.scala
@@ -33,7 +33,7 @@ class Bootloader(
33
def boot(config: BootConfig): BootstrappedApp = {
34
val activation = config.activation(input.activation)
35
val bootstrap = config.bootstrap(bootstrapModule)
36
- val injector = injectorFactory[Identity](
+ val injector = injectorFactory(
37
bootstrapActivation = config.bootstrapActivation(bootstrapActivation),
38
overrides = Seq(bootstrap),
39
)(
0 commit comments