Skip to content

Commit 0301c85

Browse files
syphyrmsfjarvis
authored andcommitted
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: 13cc443 ("build: switch to mavenCentral as the main repository") Signed-off-by: L.W.Reek <[email protected]> Signed-off-by: Harsh Shandilya <[email protected]>
1 parent 7e97981 commit 0301c85

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,8 @@ allprojects {
7474
content {
7575
// https://github.com/journeyapps/zxing-android-embedded/issues/606
7676
includeModule("com.journeyapps", "zxing-android-embedded")
77+
// https://youtrack.jetbrains.com/issue/IDEA-261387
78+
includeModule("org.jetbrains.trove4j", "trove4j")
7779
}
7880
}
7981
}

0 commit comments

Comments
 (0)