This message was deleted.
# community-support
s
This message was deleted.
c
your error message doesn’t show the expected list of searched repositories; are there repositories configured? Perhaps attach a build scan link, hard to guess at what may be the issue with so little information.
t
Another suggestion is to remove
C:\Users\abc\.gradle\caches\modules-2\files-2.1\com.netflix.graphql.dgs
then call
./gradlew :module:dependencies --info > log.txt
.
--info
might reveal information about the process of the dependency resolution.
c
…and perhaps run with
--refresh-dependencies