Build: Exclude trove4j from plugin since Idea already has it
This commit is contained in:
@@ -103,6 +103,8 @@ configurations.all {
|
|||||||
resolutionStrategy {
|
resolutionStrategy {
|
||||||
preferProjectModules()
|
preferProjectModules()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
exclude("org.jetbrains.intellij.deps", "trove4j") // Idea already has trove4j
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
|
|||||||
Reference in New Issue
Block a user