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

Not able to resolve 4.2.4 artifacts #1717

Open
moliveira-smsi opened this issue Mar 22, 2021 · 12 comments
Open

Not able to resolve 4.2.4 artifacts #1717

moliveira-smsi opened this issue Mar 22, 2021 · 12 comments
Assignees
Labels

Comments

@moliveira-smsi
Copy link

moliveira-smsi commented Mar 22, 2021

DBFlow Version: 4.2.4

Bug or Feature Request: Missing dependency

Description:

Could not resolve all artifacts for configuration ':core:releaseCompileClasspath'.
Could not find com.github.Raizlabs.DBFlow:dbflow-core:4.2.4.
Required by:
project :core
Could not find com.github.Raizlabs.DBFlow:dbflow:4.2.4.
Required by:
project :core

@moliveira-smsi moliveira-smsi changed the title Not able to resolve 4.2.3 artifacts Not able to resolve 4.2.4 artifacts Mar 22, 2021
@ynd-arkadiuszrutkowski
Copy link

I've got similar issue with existing project. Didn't touch DB flow dependencies for long time and today I've received this error:

  • What went wrong:
    Could not determine the dependencies of task ':app:compileProdReleaseKotlin'.

Could not resolve all files for configuration ':app:devDebugRuntimeClasspath'.
Could not find com.github.Raizlabs.DBFlow:dbflow-kotlinextensions:4.2.4.
Searched in the following locations:
- https://dl.google.com/dl/android/maven2/com/github/Raizlabs/DBFlow/dbflow-kotlinextensions/4.2.4/dbflow-kotlinextensions-4.2.4.pom
- https://jcenter.bintray.com/com/github/Raizlabs/DBFlow/dbflow-kotlinextensions/4.2.4/dbflow-kotlinextensions-4.2.4.pom
- https://repo.maven.apache.org/maven2/com/github/Raizlabs/DBFlow/dbflow-kotlinextensions/4.2.4/dbflow-kotlinextensions-4.2.4.pom
- https://jitpack.io/com/github/Raizlabs/DBFlow/dbflow-kotlinextensions/4.2.4/dbflow-kotlinextensions-4.2.4.pom
- https://developer.huawei.com/repo/com/github/Raizlabs/DBFlow/dbflow-kotlinextensions/4.2.4/dbflow-kotlinextensions-4.2.4.pom
Required by:
project :app

@felipezf
Copy link

Same issue here, any help?

@sebamena
Copy link

Any solution?

@rraTapptic
Copy link

The only solution I see at the moment is to downgrade to 4.2.3 while we wait for a fix.

@felipezf
Copy link

@agrosner this seems to be very urgent. It's breaking up for everybody. Could you help here?

@byCedric
Copy link

byCedric commented Mar 22, 2021

It could be related to a Jitpack issue where it tried to rebuild the library from the old github owner Raizlabs. Since this is now moved to agrosner, that might have broken the builds. I don't think this is the first time it happened.

Renaming your imports should get the binaries working again:

  • from: api "com.github.Raizlabs.DBFlow<...>
  • to: api "com.github.agrosner.DBFlow<...>

@agrosner
Copy link
Owner

Thanks for the headsup. I believe it is something with jitpack. I will file an issue report with them. But yes you should move over to the com.github.agrosner. namespace for DBFlow artifacts as I now own the code. It was transferred over to me a couple of years ago and jitpack does artifact namespacing based on the github account its on. It still technically works since for transfer of ownership requests get forwarded to the new github account. So If you were to go to https://github.com/raizlabs/DBFlow it would just forward you here.

@SilvanaP
Copy link

Hm, I tried to switch over to com.github.agrosner with v 4.2.4. but the dependency is not resolving :-(

 Could not find com.github.agrosner.dbflow:reactive-streams:4.2.4.

It is working for 5.0.0-alpha2, so my setup should be correct. I would really prefer to stick to 4.2.4, is there any way to fix this?

@simoneb
Copy link

simoneb commented Mar 23, 2021

FYI, this is breaking many Expo builds expo/turtle#300

@IgorColetoBueno
Copy link

I tried turtle build now and works fine!!

image

@SilvanaP
Copy link

Works for me again, too! Thanks!

@helengray
Copy link

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

No branches or pull requests