Skip to main content

All Questions

Tagged with
0 votes
0 answers
16 views

Unable to list versions for java library from jcenter

Unable to list versions for java library from jcenter, which causes the ./gradlew dependencyUpdates to fail with the following error Cause 2: org.gradle.internal.resolve.ModuleVersionResolveException: ...
user352290's user avatar
  • 1,097
1 vote
1 answer
67 views

Unable to load Maven meta-data from https://jcenter.bintray.com/com/facebook/react/react-native/maven-metadata.xml in my React native projects

my react native projects working well , today when i build it will through an error the error statement is *FAILURE: Build failed with an exception. Where: Build file '/Users/users/Documents/...
React_Coder's user avatar
0 votes
0 answers
30 views

How to restrict apache-rat plugin from downloading jcenter dependencies

Although I am downloading apache-rat gradle jar from a maven third-party repository, the url.host is being set to jcenter which leads to downloading all the dependencies from jcenter. classpath '...
Sourabh Patil's user avatar
0 votes
1 answer
77 views

Android Build failing because of JCenter

I am trying to build Android project through jenkins but it's failing. Same build was working few days back and I did not make any changes in libraries. Here is console logs for same : Starting a ...
Sandip Armal Patil's user avatar
0 votes
1 answer
163 views

Support for libraries with same package name is deprecated and will be removed in a future release

When I use the Android Studio to build the old project, when gradle sychronizing, it pop out such message, and the package are not pulled from the repository, WARNING [Project: :app] Support for ...
Jamishon's user avatar
2 votes
1 answer
705 views

Android Build Failure: Could not find flexbox-2.0.1.aar

When I try to build/run the app I get the following error: FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':app:checkDebugAarMetadata'. > Could not resolve ...
Moaz El-sawaf's user avatar
1 vote
3 answers
198 views

unable to get metadata from jcenter

Error getting while creating release build in react native FAILURE: Build failed with an exception. * What went wrong: Could not determine the dependencies of task ':react-native-community_clipboard:...
ManojK's user avatar
  • 171
1 vote
1 answer
2k views

Could not resolve io.gitlab.arturbosch.detekt:detekt-gradle-plugin

Suddenly from the today morning we start facing the issue in our build process with following dependency error. we are using id("io.gitlab.arturbosch.detekt").version("1.5.1") ...
Vivek Buddhadev's user avatar
4 votes
2 answers
2k views

Could not resolve com.stripe:stripe-android:20.4.1 in flutter

I am getting following error while trying to build Android app in Flutter project What went wrong: Execution failed for task ':app:checkDebugAarMetadata'. > Could not resolve all files for ...
Rafid Kotta's user avatar
6 votes
1 answer
9k views

Gradle 'publishToMavenLocal' task not found. Please add the 'maven-publish' or 'maven' plugin

I got an error when I deployed my library on jitpack eoor are below. and I have use Project full error is here ---> Build starting... Start: Fri May 27 13:31:41 UTC 2022 67cf7f81daef Git: edb3881 ...
Laxmi kant's user avatar
1 vote
1 answer
3k views

Could not find com.twitter.sdk.android:twitter-core:3.3.0

jCenter may be shut down right now. I knew jCenter was already out of support. But our app is still using it. After jCenter closed, we can not build for android. So we use mavenCentral instead of ...
yn1043's user avatar
  • 568
0 votes
2 answers
2k views

Unable to resolve dependency androidx.test:core:1.9.0-alpha01

I have tried lot but I having this issue try generate release build Could not find androidx.test:core:1.9.0-alpha01. Searched in the following locations: - https://dl.google.com/dl/android/maven2/...
Rajasekaran M's user avatar
0 votes
1 answer
1k views

jcenter repository disappeared

I get an android source code with org.litepal.android:java:3.0.0. dependency, this dependency can be found in jcenter, according to https://mvnrepository.com/artifact/org.litepal.android/java/3.0.0 I ...
Dániel Kis's user avatar
  • 2,561
61 votes
8 answers
35k views

jcenter.bintray.com is down Error: 502 Bad Gateway [closed]

When trying to build my project I am getting the following error: Could not GET 'https://jcenter.bintray.com/androidx/lifecycle/lifecycle-common/maven-metadata.xml'. Received status code 502 from ...
Lucas's user avatar
  • 1,246
1 vote
1 answer
828 views

Import RealmRecyclerViewAdapter throught mavenCentral() instead of jcenter()

This is a pretty straightforward question I would like to use the RealmRecyclerViewAdapter library on my project, but when I try to import it using mavenCentral() on my dependencies I got this error: *...
guisantogui's user avatar
  • 4,076

15 30 50 per page
1
2 3 4 5
10