Build System Questions: KTS Migration & Multiple Build Systems #76
Replies: 2 comments
|
Hey @eshaffer321. I have four independent build systems (crazy thing to do), but it should mean that the project will remain buildable at all times, without modifications, via at least one of them. Also, people get picky about build systems so I figured I would support all the major ones and people can choose. So there is
I may as well note that only the maven build can put the JMH benchmarks into an executable jar file. I also try to support as many versions of gradle and maven as I can. Maven v3.6.3+ and Gradle v4.6+ should work. I'm not sure of the oldest version of ant which could run the |
|
Also JUnit 5.12.x+ is not as compatible with older versions of maven plugins (just |
Uh oh!
There was an error while loading. Please reload this page.
Hey @esaulpaugh!
There's a
build.gradle.ktsfile that's completely commented out, was there an incomplete migration to Gradle KTS that got abandoned?The project has configs for Gradle, Maven, and Ant. Is there a recommended build system, or any particular reason to support all three?
Just trying to understand the current state and what the preferred approach is for new contributors. Thanks!
All reactions