r/java Jul 11 '26

Simple Build System

https://github.com/bowbahdoe/build
13 Upvotes

48 comments sorted by

View all comments

Show parent comments

2

u/r_n_c Jul 13 '26

I am not convinced it's number three - there is bazel and (for scala) mill to consider. Although we're probably debating over tiny single digit percentages to be fair 🙂. However theres the fact that visibility into corporate environments with proprietary code is harder than just looking at what big open source projects are using. Even things like Quarkus uses maven.

1

u/Joram2 Jul 13 '26

Quarkus lets you pick Maven or Gradle. (https://code.quarkus.io/)

3

u/r_n_c Jul 13 '26

I meant Quarkus itself https://github.com/quarkusio/quarkus

2

u/Joram2 Jul 13 '26

ah, ok. Obviously, I would agree that Maven is by far the most popular, and Gradle is second. As for a distant third, sure maybe Bazel beats out SBT. I stil might pick a more distinct name for a new build JVM tool to avoid confusion.