From 0301c85e2ca9c56c15e1b725c516e55e09d0c74c Mon Sep 17 00:00:00 2001 From: "L.W.Reek" Date: Sun, 7 Feb 2021 22:05:36 +0100 Subject: build: include org.jetbrains.trove4j from jcenter mavenCentral does not have org.jetbrains.trove4j which causes the build to fail. * What went wrong: Execution failed for task ':tunnel:extractReleaseAnnotations'. > Could not resolve all files for configuration ':tunnel:lintClassPath'. > Could not find org.jetbrains.trove4j:trove4j:20160824. Searched in the following locations: - https://dl.google.com/dl/android/maven2/org/jetbrains/trove4j/ trove4j/20160824/trove4j-20160824.pom - https://repo.maven.apache.org/maven2/org/jetbrains/trove4j/ trove4j/20160824/trove4j-20160824.pom Required by: project :tunnel > com.android.tools.lint:lint-gradle:27.1.1 > com.android.tools:sdk-common:27.1.1 project :tunnel > com.android.tools.lint:lint-gradle:27.1.1 > com.android.tools.external.com-intellij:intellij-core:27.1.1 Fixes: 13cc4436ca22 ("build: switch to mavenCentral as the main repository") Signed-off-by: L.W.Reek Signed-off-by: Harsh Shandilya --- build.gradle | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build.gradle b/build.gradle index 246fe291..44e84c70 100644 --- a/build.gradle +++ b/build.gradle @@ -74,6 +74,8 @@ allprojects { content { // https://github.com/journeyapps/zxing-android-embedded/issues/606 includeModule("com.journeyapps", "zxing-android-embedded") + // https://youtrack.jetbrains.com/issue/IDEA-261387 + includeModule("org.jetbrains.trove4j", "trove4j") } } } -- cgit v1.2.3