-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Support Maven #2342
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
Comments
What a lightning fast answer! 👍 Thanks a lot! |
Maven also has it share of pains, just different ones :) |
I'd rather have well documented maven pains shared by many other mavenmavens than be forced to use the build-system-du-jour. Really a pity that Realm Java now is not supported for the myriad of products and libraries that are maven based. Find a better solution. Supporting only gradle is wrong. Supporting a maven build artifact really opens realm to a much larger ecosystem. Which is right. |
Hey, I am also checking out about does realm support maven ? Here is my use case. |
@cmelchior can you please help to figure out, how to support realm with sharable project lib models in android and java server projects? |
@cmelchior now that Realm supports Linux (with RealmJS) and Win32 (with RealmJS), once #2339 is done, you also need to consider that most not-Android projects use Maven, not Gradle. |
Sometimes we need to provide a jar to a third party, so the realm plugin does not support so that we can not use |
Hi, any news? |
Javassist seems to be supported with Maven, but I think the BytecodeTransformer was written in Groovy |
Uh oh!
There was an error while loading. Please reload this page.
Right now we only support Gradle as a build system as it is the official build system for Android. However some people still use other systems like Maven.
Given enough interest we should support Maven as well, but it is not without hurdles as we right now depend on the Transform API that as far as I know is only supported in Gradle.
The text was updated successfully, but these errors were encountered: