Skip to content
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

Migrate the build from Gradle to SBT #360

Closed
alexklibisz opened this issue Jul 17, 2022 · 0 comments
Closed

Migrate the build from Gradle to SBT #360

alexklibisz opened this issue Jul 17, 2022 · 0 comments

Comments

@alexklibisz
Copy link
Owner

Elastiknn is currently built using Gradle. The only real reason behind this is that Elasticsearch includes some convenient tasks for assembling the plugin zip file and for running a local instance of Elasticsearch with the plugin installed. Otherwise, I find SBT preferable along many dimensions.

As such, I'm going to try migrating from Gradle to SBT. I see opportunity for several big improvements in doing this:

  • Faster iteration -- less time spent googling random gradleisms.
  • Smoother migration to Scala 3.
  • Cross-publishing for multiple Elasticsearch versions (7.x and 8.x), and maybe even for Opensearch.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

No branches or pull requests

1 participant