You cannot provides io.avaje.inject.spi.ConfigPropertyPlugin with an @ServiceProvider
implementation. The error message:
Missing `provides io.avaje.inject.spi.InjectExtension with ...DConfigPropertyPlugin`
@SentryMan I think we faced some similar issue before, but for a different one of these
InjectExtension subtypes?
(you can build just fine if you provides the basic InjectExtension, and my instinct says
it works fine at runtime due to spi instanceof check in DServiceLoader)