hey y'all i'm experiencing a weird issue with depe...
# community-support
w
hey y'all i'm experiencing a weird issue with dependency resolution while using lockfiles. i have a task that fails when run on it's own (i.e.
./gradlew task
b/c it does not resolve dependencies which are part of the lock state; however if I run the task alongside a clean (i.e.
./gradlew clean task
) this issue does not appear. another interesting piece of data
./gradlew clean
followed by
./gradlew task
also fails with the dependency resolution issue