Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to build the app due to forbidden TestFairy resources #39

Open
AndyWyattDeque opened this issue Aug 22, 2024 · 0 comments
Open

Comments

@AndyWyattDeque
Copy link

Expected Behavior

./gradlew clean build
to work cleanly on the project as-is

Actual Behavior

when I run the above command I get:

my-demo-app-android % ./gradlew clean build

> Task :app:dataBindingMergeDependencyArtifactsDebug FAILED

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':app:dataBindingMergeDependencyArtifactsDebug'.
> Could not resolve all files for configuration ':app:debugCompileClasspath'.
   > Could not resolve com.kyanogen.signatureview:signature-view:1.2.
     Required by:
         project :app
      > Could not resolve com.kyanogen.signatureview:signature-view:1.2.
         > Could not get resource 'https://maven.testfairy.com/com/kyanogen/signatureview/signature-view/1.2/signature-view-1.2.pom'.
            > Could not GET 'https://maven.testfairy.com/com/kyanogen/signatureview/signature-view/1.2/signature-view-1.2.pom'. Received status code 403 from server: Forbidden
   > Could not resolve com.williamww:silky-signature:0.1.0.
     Required by:
         project :app
      > Could not resolve com.williamww:silky-signature:0.1.0.
         > Could not get resource 'https://maven.testfairy.com/com/williamww/silky-signature/0.1.0/silky-signature-0.1.0.pom'.
            > Could not GET 'https://maven.testfairy.com/com/williamww/silky-signature/0.1.0/silky-signature-0.1.0.pom'. Received status code 403 from server: Forbidden
   > Could not resolve com.uphyca:creditcardedittext:1.3.
     Required by:
         project :app
      > Could not resolve com.uphyca:creditcardedittext:1.3.
         > Could not get resource 'https://maven.testfairy.com/com/uphyca/creditcardedittext/1.3/creditcardedittext-1.3.pom'.
            > Could not GET 'https://maven.testfairy.com/com/uphyca/creditcardedittext/1.3/creditcardedittext-1.3.pom'. Received status code 403 from server: Forbidden

Steps to Reproduce the Problem

  1. clone the repo
  2. run ./gradlew clean build

Specifications

./gradlew --version


Gradle 7.2

Build time: 2021-08-17 09:59:03 UTC
Revision: a773786b58bb28710e3dc96c4d1a7063628952ad

Kotlin: 1.5.21
Groovy: 3.0.8
Ant: Apache Ant(TM) version 1.10.9 compiled on September 27 2020
JVM: 17.0.11 (Eclipse Adoptium 17.0.11+9)
OS: Mac OS X 14.6.1 aarch64

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant