Decide on build system (Gradle vs Maven) #316
Locked
slachiewicz
started this conversation in
Polls
Replies: 1 comment
-
I have moved this to the discussion section. Hopefully, the community will chip in with their preference and arguments. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Would be good to stick to one build system because now if we made improvements (code formatting plugins, dependency updates) we need to change in both configurations.
For Maven we have set up to push artifacts, we use it in GitHub Actions verification, but with Gradle, we do code formatting with pre-commit check.
Beta Was this translation helpful? Give feedback.
All reactions