You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
gradle.dependencies.expose-api: Do not expose external dependencies as 'api' without good reason.: 2 issue(s) (0 suppressed):
8fe785d4: Dependency 'io.cloudflight.conto:conto-signature-api' in project ':contract-client' is transitively exposed as 'api'.
a58dc349: Dependency 'io.cloudflight.conto:conto-signature-api' in project ':contract-client' transitively exposes all runtime dependencies. Declare the dependency as "api ('io.cloudflight.conto:conto-signature-api') { transitive = false }" or add a plausible verification reason if this is intentional.
see https://docs.cloudflight.io/io.cloudflight.cleancode.verifier/cleancode-verifier-gradle/0.13.1#dependencies-expose-api for more details and reasoning behind
A dependency built in our own environment with the help of the gradle autoconfigure plugin shall not be considered "external"
The text was updated successfully, but these errors were encountered:
I'm experiencing a bug that was introduced by pulling things apart. I don't think that this can be solely connected to only the internal part, nevertheless here is the link to the jira ticket for later reference: https://jira.cloudflight.io/browse/CBP-543
A dependency built in our own environment with the help of the gradle autoconfigure plugin shall not be considered "external"
The text was updated successfully, but these errors were encountered: