Skip to content

Add BuildEnabled in MultiPlatformBuildService#1030

Merged
munishchouhan merged 1 commit intomasterfrom
add-buildenabled-multiplatformbuildservice
Apr 17, 2026
Merged

Add BuildEnabled in MultiPlatformBuildService#1030
munishchouhan merged 1 commit intomasterfrom
add-buildenabled-multiplatformbuildservice

Conversation

@munishchouhan
Copy link
Copy Markdown
Member

This PR will fix the error in wave lite:

Message: No bean of type [io.seqera.wave.service.builder.ContainerBuildService] exists. 

[ContainerBuildServiceImpl] a candidate of [ContainerBuildService] is disabled because:

No bean of type [io.seqera.wave.configuration.BuildEnabled] present within context

[BuildEnabled] is disabled because:

Property [wave.build.enabled] with value [false] does not equal required value: true
Path Taken:
new @j.i.Named("MultiBuild") @j.i.Singleton i.s.w.s.b.MultiPlatformBuildService()
\---> @j.i.Named("MultiBuild") @j.i.Singleton i.s.w.s.b.MultiPlatformBuildService#setBuildService([ContainerBuildService buildService]) >> wt=
io.micronaut.context.exceptions.BeanInstantiationException: Bean definition [io.seqera.wave.service.builder.MultiPlatformBuildService] could not be loaded: Failed to inject value for parameter [buildService] of method [setBuildService] of class: io.seqera.wave.service.builder.MultiPlatformBuildService

Signed-off-by: munishchouhan <hrma017@gmail.com>
@munishchouhan munishchouhan merged commit 88bff95 into master Apr 17, 2026
7 checks passed
@munishchouhan munishchouhan deleted the add-buildenabled-multiplatformbuildservice branch April 17, 2026 11:37
This was referenced Apr 17, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants