Open
Description
> Task :blma-admin:blma-admin-infra:processResources UP-TO-DATE
> Task :blma-admin:blma-admin-infra:compileJava
> Task :blma-admin:blma-admin-infra:classes
> Task :blma-admin:blma-admin-infra:jar UP-TO-DATE
> Task :blma-admin:blma-admin-web:compileJava FAILED
Loaded Plugin: io.avaje.inject.events.spi.ObserverManagerPlugin
Loaded Plugin: io.avaje.validation.inject.spi.DefaultValidatorProvider
Detected External Module: cool.houge.blma.admin.BlmaAdminInfraModule
implementation("com.zaxxer:HikariCP")
implementation("org.postgresql:postgresql")
implementation("io.ebean:ebean-postgres")
implementation("io.ebean:ebean-jackson-mapper")
blma-admin-web
has a dependency on the underlying blma-admin-infra
project.
If I use implementation
to add the dependency, it will result in the compilation error mentioned above. However, switching to api
for the dependency allows the build to pass successfully.
Metadata
Metadata
Assignees
Labels
No labels