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
hi, i'm trying to use the scoverage with consistent-versions, and it produces this error
* What went wrong:
Execution failed for task ':verifyLocks'.
> Failed to calculate the value of task ':verifyLocks' property 'currentLockState'.
> Could not compute lock state from configuration 'unifiedClasspath' due to unresolved dependencies:
* project :data-s (requested: 'project :data-s' because: requested)
Failures:
- Could not resolve project :data-s.
- Project :data-s declares a dependency from configuration 'consistentVersionsTest' to configuration 'testRuntimeClasspathCopy' which is not declared in the descriptor for project :data-s.
wonder if anyone has any context on how to fix this error, or at least how can I debug and find out which dependency in my repo can create this error? thank you
using 'com.palantir.consistent-versions' version '1.28.0', and 'org.scoverage' version '5.0.0'
The text was updated successfully, but these errors were encountered:
Apparently the issue is there is because data-s is another internal package inside the repo. Can I request a feature to have verifyLocks support internal packages?
hi, i'm trying to use the scoverage with consistent-versions, and it produces this error
wonder if anyone has any context on how to fix this error, or at least how can I debug and find out which dependency in my repo can create this error? thank you
using 'com.palantir.consistent-versions' version '1.28.0', and 'org.scoverage' version '5.0.0'
The text was updated successfully, but these errors were encountered: