hfhbd
11/17/2022, 2:30 PMpom
dependency for each dependency, transitively. At the moment, this is done in the task action, so the pom dependency is added during the task action, but this breaks the configuration cache. I moved the additional pom file dependency to the configuration stage, but now I have a problem with module substitution: Adding a dependency substitution rule to a configuration changes the timing of when that configuration is resolved.
Is there any workaround possible? https://github.com/cashapp/licensee/pull/141