realm / realm-java

Realm is a mobile database: a replacement for SQLite & ORMs
http://realm.io
Apache License 2.0
11.45k stars 1.74k forks source link

Publish plugin to Gradle plugin portal #7278

Open snorkel123 opened 3 years ago

snorkel123 commented 3 years ago

Describe your problem or use case

Currently I need to specify classpath to use realm-android plugin.

Describe the solution you'd like

plugins {
   id "realm-android"
}

without need to specify classpath in project gradle.

Plugin should be published here: https://plugins.gradle.org/

rorbech commented 3 years ago

Thanks for the input.

Just for reference; the realm-kotlin equivalent issue is in https://github.com/realm/realm-kotlin/issues/26.

ridcully99 commented 11 months ago

It seems this is still not done and we're stuck with the old way of writing the project's build.gradle file.

clementetb commented 11 months ago

Yes, we have not migrated to Gradle plugin portal.

ridcully99 commented 11 months ago

Yes, we have not migrated to Gradle plugin portal.

Are there no plans to do so? We're stuck.with the old, outdated layout of build files due to that. Since realm-kotlin can do it, I'm sure you can do it as well 🙂

clementetb commented 11 months ago

We don't have plans to work on it as of now.