-
Notifications
You must be signed in to change notification settings - Fork 49
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
Comments
alexklibisz
changed the title
Experiment: migrate the build from Gradle to SBT
Migrate the build from Gradle to SBT
Jul 17, 2022
This was referenced Jul 18, 2022
This was referenced Sep 13, 2022
Merged
alexklibisz
added a commit
that referenced
this issue
Sep 24, 2022
alexklibisz
added a commit
that referenced
this issue
Sep 25, 2022
alexklibisz
added a commit
that referenced
this issue
Sep 25, 2022
This was referenced Sep 25, 2022
Repository owner
moved this from Todo (in approximate order of priority)
to Done
in Elastiknn Development
Oct 24, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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:
The text was updated successfully, but these errors were encountered: