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

RxLogs #9

Open
hamzaoubouzid opened this issue Sep 2, 2024 · 5 comments
Open

RxLogs #9

hamzaoubouzid opened this issue Sep 2, 2024 · 5 comments

Comments

@hamzaoubouzid
Copy link

Hi , I am currently working on setting up a CI/CD pipeline using Jenkins and have encountered an issue during the release of the APK. Specifically, I am receiving the following error:
Capture

Task :app:checkDebugAarMetadata FAILED

FAILURE: Build failed with an exception.

  • What went wrong:
    Execution failed for task ':app:checkDebugAarMetadata'.

Could not resolve all files for configuration ':app:debugRuntimeClasspath'.
Could not find com.github.umair13adil:RxLogs:1.0.20.
Searched in the following locations:
- https://dl.google.com/dl/android/maven2/com/github/umair13adil/RxLogs/1.0.20/RxLogs-1.0.20.pom
- https://repo.maven.apache.org/maven2/com/github/umair13adil/RxLogs/1.0.20/RxLogs-1.0.20.pom
- https://jcenter.bintray.com/com/github/umair13adil/RxLogs/1.0.20/RxLogs-1.0.20.pom
- https://storage.googleapis.com/download.flutter.io/com/github/umair13adil/RxLogs/1.0.20/RxLogs-1.0.20.pom
- https://jitpack.io/com/github/umair13adil/RxLogs/1.0.20/RxLogs-1.0.20.pom
- https://maven.google.com/com/github/umair13adil/RxLogs/1.0.20/RxLogs-1.0.20.pom
- https://storage.zego.im/maven/com/github/umair13adil/RxLogs/1.0.20/RxLogs-1.0.20.pom
- https://developer.huawei.com/repo/com/github/umair13adil/RxLogs/1.0.20/RxLogs-1.0.20.pom
- https://maven.columbus.heytapmobi.com/repository/releases/com/github/umair13adil/RxLogs/1.0.20/RxLogs-1.0.20.pom
Required by:
project :app > project :flutter_logs

@aberutti-convorelay
Copy link

Also facing this issue. Any workaround?

@marcuss1w
Copy link

My pipeline is running into the same issue.
image

@schigabiga
Copy link

My pipeline too.
I user flutter:
Flutter 3.19.0 • channel [user-branch] • unknown source
Framework • revision bae5e49bc2 (7 months ago) • 2024-02-13 17:46:18 -0800
Engine • revision 04817c99c9
Tools • Dart 3.3.0 • DevTools 2.31.1

And compileSdkVersion is: 34.

kép

@schigabiga
Copy link

My pipeline too. I user flutter: Flutter 3.19.0 • channel [user-branch] • unknown source Framework • revision bae5e49bc2 (7 months ago) • 2024-02-13 17:46:18 -0800 Engine • revision 04817c99c9 Tools • Dart 3.3.0 • DevTools 2.31.1

And compileSdkVersion is: 34.
kép

My error is in the flutter_logs package, bc it implements this RxLogs:1.0.20. My hotfix is, i remove flutter_logs from pubspec and it worked.

kép

@blchinezu
Copy link

blchinezu commented Sep 6, 2024

This is really annoying. It's the second time all my pipelines fail because of RxLogs.

It's not even RxLogs in itself but the fact that all of a sudden 1.0.20 is missing from repos.

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

5 participants