This message was deleted.
# community-support
s
This message was deleted.
t
AFAICT, com.intellij:annotations was the old name of org.jetbrains:annotations. You could/should use a module replacement rule to tell Gradle about this and avoid this duplication: https://docs.gradle.org/current/userguide/resolution_rules.html#sec:module_replacement
That being said, com.intellijannotations12.0 is very old (https://search.maven.org/artifact/com.intellij/annotations, almost 10 years old), as is version 13.0 of org.jetbrains:annotations btw (https://search.maven.org/artifact/org.jetbrains/annotations, 9 years old), so you might want to use the
dependencyInsight
task to understand where they come (https://docs.gradle.org/current/userguide/viewing_debugging_dependencies.html#sec:identifying_reason_dependency_selection) from and possibly have them upgraded upstream (or yourself upgrade some dependency that transitively depends on them)