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
Could not resolve all files for configuration 'classpath'.
> Could not resolve com.fasterxml.jackson:jackson-bom:{strictly 2.9.10.20210106}.
Required by:
unspecified:unspecified:unspecified > com.netflix.nebula:gradle-resolution-rules-plugin:10.2.0
> Cannot find a version of 'com.fasterxml.jackson:jackson-bom' that satisfies the version constraints:
Dependency path 'unspecified:unspecified:unspecified' --> 'com.netflix.nebula:gradle-resolution-rules-plugin:10.2.0' (runtimeElements) --> 'com.fasterxml.jackson:jackson-bom:{strictly 2.9.10.20210106}'
...
Is there a reason why its enforcedPlatgorm?
implementation enforcedPlatform("com.fasterxml.jackson:jackson-bom:2.9.10.+")
The text was updated successfully, but these errors were encountered:
@OdysseusLives I think the original change was done by you, or maybe it was merged by you. I would make a PR, but as I don't know the reasons why it was forced to certain version I would hope someone who does makes the change.
When I apply the plugin in my build script like this:
it works, but we apply the plugin in custom Gradle wrapper like this:
And this crashes with an error:
Is there a reason why its enforcedPlatgorm?
implementation enforcedPlatform("com.fasterxml.jackson:jackson-bom:2.9.10.+")
The text was updated successfully, but these errors were encountered: