skip to Main Content

unable to get metadata from jcenter – React native

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:verifyReleaseResources'. > Could not resolve all task dependencies for configuration ':react-native-community_clipboard:releaseRuntimeClasspath'. > Could not…

VIEW QUESTION

Is JCenter down permanently (31 Oct)? – Nginx

Moderator Note: This appears to be a service outage. Stack Overflow cannot provide support for this issue > Failed to list versions for com.google.http-client:google-http-client-android. > Unable to load Maven meta-data from https://jcenter.bintray.com/com/google/http-client/google-http-client-android/maven-metadata.xml. > Could not HEAD 'https://jcenter.bintray.com/com/google/http-client/google-http-client-android/maven-metadata.xml'. > Read timed…

VIEW QUESTION

React Native gradle build error using jitpack

My build pipeline gives an error, when I check the status of jitpack it is nearly always down. Would jitpack being down cause the error and could I remove or replace jitpack with something else? Execution failed for task ‘:@adobe_react-native-acpanalytics:mergeReleaseResources’.…

VIEW QUESTION

Code Coverage is 0% in Sonarqube for Mockito tests – CentOS

I developed some Mockito tests using Jenkins pipeline and will see the report through SonarQube. So far this is what I typed in the Jenkins script: sh ' mvn sonar:sonar -Dsonar.sources=src/main/java -Dsonar.css.node=. -Dsonar.java.binaries=. -Dsonar.host.url=http://192.168.2.2:9000/ -Dsonar.login=admin -Dsonar.password=sonar -Dsonar.jacoco.reportPath=build/reports/jacoco.xml' I've also added…

VIEW QUESTION

Azure Pipelines fails to resolve dependency even through artifact is available in Azure Feed

My Azure Pipeline build fails with the following errror: Failed to collect dependencies at org.apache.commons:commons-lang3:jar:3.8.1: Failed to read artifact descriptor for org.apache.commons:commons-lang3:jar:3.8.1: Could not transfer artifact org.apache.commons:commons-lang3:pom:3.8.1 from/to SDC_MvnRepo (https://pkgs.dev.azure.com/XXX/XXX/_packaging/SDC_MvnRepo/maven/v1): Transfer failed for https://pkgs.dev.azure.com/XXX/XXX/_packaging/SDC_MvnRepo/maven/v1/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.pom: Connection reset -> [Help 1] However…

VIEW QUESTION
Back To Top
Search