agrosner / DBFlow

A blazing fast, powerful, and very simple ORM android database library that writes database code for you.
MIT License
4.87k stars 598 forks source link

Not able to resolve 4.2.4 artifacts #1717

Open moliveira-smsi opened 3 years ago

moliveira-smsi commented 3 years ago

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

ynd-arkadiuszrutkowski commented 3 years ago

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

felipezf commented 3 years ago

Same issue here, any help?

sebamena commented 3 years ago

Any solution?

rraTapptic commented 3 years ago

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

felipezf commented 3 years ago

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

byCedric commented 3 years ago

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:

agrosner commented 3 years ago

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 http://github.com/raizlabs/DBFlow it would just forward you here.

SilvanaP commented 3 years ago

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 commented 3 years ago

FYI, this is breaking many Expo builds https://github.com/expo/turtle/issues/300

IgorColetoBueno commented 3 years ago

I tried turtle build now and works fine!!

image

SilvanaP commented 3 years ago

Works for me again, too! Thanks!

helengray commented 1 year ago

https://github.com/jitpack/jitpack.io/issues/5337#issuecomment-1363784067