build: drop obsolete dependency substitution
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
parent
40f2f073cd
commit
2f822aa1f6
@ -71,13 +71,6 @@ allprojects {
|
||||
google()
|
||||
mavenCentral()
|
||||
}
|
||||
configurations.all {
|
||||
// New versions use different maven coordinates and are available on Maven Central
|
||||
resolutionStrategy.dependencySubstitution {
|
||||
substitute(module("org.jetbrains.trove4j:trove4j:20160824"))
|
||||
.using(module("org.jetbrains.intellij.deps:trove4j:1.0.20181211"))
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
task clean(type: Delete) {
|
||||
|
Loading…
Reference in New Issue
Block a user