I have a dependency on a local project. Both of th...
# dependency-management
t
I have a dependency on a local project. Both of these projects get published to maven central. When they're published, gradle transforms the local project dependency into an external module dependency, which makes sense. Does gradle also automatically add a dependency constraint? For example, I have a project
:graph-support
with coordinates
com.autonomousapps:graph-support
, and the module metadata has this:
Copy code
"group": "com.autonomousapps",
"module": "graph-support",
"version": {
  "requires": "0.2"
}
I haven't added that. I was trying to add a
strictly
constraint to downgrade it but it conflicts with this