Open madisp opened 3 years ago
Yes, this is a to-do
is this done @SiimKinks ?We are facing an blocker issue in our build due to usage of your library.
As of today, no. As a workaround you can either use jitpack.io, build and deploy libs to your own hosted repository or use built libs locally in you project.
It is working only in my machine and rest all other machines we are facing this issue we are using jitpack.io in our project and using your library suddenly this build issue is happening on all other machines.
where was the autogenerated model class logic been written in this library?If we use this library locally autogeneration of model class fails.
It is working only in my machine and rest all other machines we are facing this issue we are using jitpack.io in our project and using your library suddenly this build issue is happening on all other machines.
As you can see from your pasted screenshot, it doesn't search for the library plugin from jitpack. This is your local configuration issue I cannot help you with.
where was the autogenerated model class logic been written in this library?If we use this library locally autogeneration of model class fails.
This library uses annotation processor to generate files. If they are missing, it means the processor did not run which is most probably your project configuration issue.
Hi @SiimKinks can you please let me know why sudddenly this library stopped working for this version 0.23.1 we used directly from your library only as a plugin which is included as classpath.We need an solution from you or the reason why it has been suddenly stopped working and saying it as classpath not found?
We tried even jitpack.io reference directly still it fails.
implementation 'com.github.SiimKinks.sqlitemagic:sqlitemagic-plugin:0.23.0'
implementation 'com.github.SiimKinks.sqlitemagic:gradle-plugin:0.23.0'
implementation 'com.github.SiimKinks.sqlitemagic:sqlitemagic:0.23.0'
implementation 'com.github.SiimKinks.sqlitemagic:sqlitemagic-compiler:0.23.0'
implementation 'com.github.SiimKinks.sqlitemagic:sqlitemagic-compiler-core:0.23.0'
implementation 'com.github.SiimKinks.sqlitemagic:sqlitemagic-plugin:0.23.0'
when adding all this implementation class also we are facing this issue in the build
This plugin suddenly not supporting which worked well until august and no local library reference we made.
This was our working code @SiimKinks until august,we referred in class path your library,why this reference failed suddenly any reasons?
grade build configuration
Issue encountered
I have not changed anything in the old versions, so from logical standpoint if nothing changed on my side, therefore its either your side or some dependency management system side. Both of these are out of my control. Please contact respective places for any problems.
I cannot help you further here. Please stop spamming.
I'm attempting a new project in Jitpack and encountering an issue with the getDbVersion() function in the SqliteMagic class.
implementation 'com.github.SiimKinks.sqlitemagic:sqlitemagic:0.23.0'
annotationProcessor 'com.github.SiimKinks.sqlitemagic:sqlitemagic-compiler:0.23.0'
Note: auto-generated files are created.
Model class: mentioned the @Table annotation
There is nothing changed from our end as well @SiimKinks i can assure you 100% percent with that ,There is no intention to spam here ,your library is causing an issue and we are looking for an solution from you, build failed due to this package the library directly throws error and you can see 0.23.1 library in jitpack build is failed and no artifact found issue in jitpack as well. We need your help on this to resolve it .For your information we have been using this library for 4 long years we never faced any such issues before,We are in serious situation to sort out this problem sooner.
If nothing changed on my side and nothing on your side, then problem is in jitpack. Contact them.
Other options are:
./gradlew clean build pTML
from checked out sqlitemagic root directory + pointing your config files to mavenLocal()
jcenter has been soft-sunsetted and most Android projects are either in the process of migrating off jcenter or have already done so. It looks like there are no sqlitemagic artifacts in maven central yet?
https://jfrog.com/blog/into-the-sunset-bintray-jcenter-gocenter-and-chartcenter/