Hello! I’m trying to substitute a dependency in my...
# dependency-management
m
Hello! I’m trying to substitute a dependency in my settings file for an included build. I’m using the approach described here , see Example 9. But I’m struggling to define the attribute as there is no
objects.named
in settings as far as I can see. And if I implemented the
Named
with anonymous class or even top level object, I get:
org.gradle.internal.snapshot.impl.IsolationException: Could not isolate value Settings_gradle$2$1$1$1$1@4c506b93 of type Settings_gradle.....
How can I achieve this?