Skip to content

Commit

Permalink
Add back in jCenter for trove4j
Browse files Browse the repository at this point in the history
  • Loading branch information
gurpreet- committed Apr 5, 2021
1 parent c0db4fd commit 12a0d1f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,12 @@ allprojects {
repositories {
google()
mavenCentral()
jcenter {
content {
// https://youtrack.jetbrains.com/issue/IDEA-261387
includeModule("org.jetbrains.trove4j", "trove4j")
}
}
}
}

Expand Down

0 comments on commit 12a0d1f

Please sign in to comment.