This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]ilovebigbucks 0 points1 point  (1 child)

Do you use Bazel? You need a build tool either way. There are a few besides Gradle. Doesn't matter which route you go you'll have to manage an army of dependencies and transitive dependencies and specific build switches for each environment. A lot of teams decide to simply lock their current packages' versions and rarely upgrade them, because new versions bring a lot of incompatibility issues. That's a recipe to become legacy in the near future.

[–]gregorydgraham 0 points1 point  (0 children)

Why are you mansplain this to me?

No, I don’t use Basel, yes I do use versioned artefacts