This message was deleted.
# community-support
s
This message was deleted.
v
Hard to verify, as it depends on the repositories you declare whether they are available or not.
You could probably write a test for it that iterates through the entries and tries to resolve them from a given repository.
Afair there is no built-in way, as it is just a catalog of coordinates and versions.
m
I see. I'll try to write a test for it. Does Gradle provide a way for a plugin to resolve dependencies? Or would this be unit tests?
m
If you need to actually reach out to a remote, you probably need to use TestKit
v
Does Gradle provide a way for a plugin to resolve dependencies?
Either create a normal configuration, or a detached configuration, then resolve it.