You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
./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
clone the repo
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
The text was updated successfully, but these errors were encountered:
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
Steps to Reproduce the Problem
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
The text was updated successfully, but these errors were encountered: