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

Move to SBT #343

Closed
dszakallas opened this issue Nov 28, 2021 · 2 comments
Closed

Move to SBT #343

dszakallas opened this issue Nov 28, 2021 · 2 comments

Comments

@dszakallas
Copy link
Member

As we are moving an ever larger part of our codebase to Scala, we should discuss whether to move to SBT altogether and remove Maven support, so that we don't have to maintain two build systems.

SBT is the primary build system for Scala and is able to support our need of mixed Java/Scala compilation with the added benefit of having better support for Scala projects altogether, either from features shipping OOTB or through the wide range of plugins not available for Maven.
Some notable features:

@szarnyasg
Copy link
Member

I'm fine with moving away from Maven.

SBT can be slightly more difficult to set up locally but those who just want to generate a few small graphs can use our Docker image.

@dszakallas
Copy link
Member Author

Resolved by #409 .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants