build: drop obsolete dependency substitution

Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
Harsh Shandilya 2021-06-16 10:37:23 +05:30
parent 40f2f073cd
commit 2f822aa1f6
No known key found for this signature in database
GPG Key ID: 366D7BBAD1031E80

View File

@ -71,13 +71,6 @@ allprojects {
google() google()
mavenCentral() 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) { task clean(type: Delete) {