Skip to content

Task :blma-admin:blma-admin-web:compileJava FAILED #834

Open
@kevin70

Description

@kevin70
> 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

Image

 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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions