Changes between Version 1 and Version 2 of Ticket #23218, comment 31
- Timestamp:
- 2023-10-10T18:33:11+02:00 (22 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #23218, comment 31
v1 v2 1 1 > I really hate ant. It's an awful build system. 2 2 Do we want to revisit #8269? Maven can run [https://maven.apache.org/guides/mini/guide-using-ant.html ant] tasks, as can [https://docs.gradle.org/current/userguide/migrating_from_ant.html gradle] (AKA both have migration paths). 3 4 EDIT: So does [https://github.com/sbt/sbt-ant sbt].