You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make it part of the 'jvmDependencyConflicts' extension:
jvmDependencyConflicts {
// Move this here from the 'org.gradlex.java-module-dependencies' plugin
consistentResolution {
providesVersions(":path-to-main-app-project")
platform(":path-to-platform-project")
}
}
The text was updated successfully, but these errors were encountered:
Is this something you only have on your disk, or is it called differently in the other plugin?
Searching for "consistentResolution" in the complete org only brings up this issue.
britter
changed the title
Port consistenResolution functionality from 'org.gradlex.java-module-dependencies' to 'org.gradlex.jvm-ecosystem-conflict-resolution'
Port consistentResolution functionality from 'org.gradlex.java-module-dependencies' to 'org.gradlex.jvm-ecosystem-conflict-resolution'
Apr 17, 2024
Ah, I was trapped by your typo :-)
I copied to not mistype, but your example misses a t.
Searching for "consistentResolution" instead of "consistenResolution" finds the other feature. :-)
Uh oh!
There was an error while loading. Please reload this page.
Make it part of the 'jvmDependencyConflicts' extension:
The text was updated successfully, but these errors were encountered: