Cannot get 1.0.1
Closed this issue · 3 comments
tspoke commented
Hi @florent37,
I can't get the library v1.0.1 on gradle anymore. There is probably an issue in your publish conf.
Error:Failed to resolve: annotationProcessor
Another issue
It looks like the Database interface added in #2 (and all the static java files) are not generated if there is no @model annotations in models. I didn't see it yesterday. It could be interesting to generate these files no matter if this annotation is used.
IMHO, these statics java classes could be created in your library directly (and not generated) to improve maintainability.
Thank you ;)
florent37 commented
and try with the 1.0.2
I don't know why, but the 1.0.1 is buggy...
tspoke commented
Working with 1.0.2 ;)