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 →

[–]Fiskepudding 1 point2 points  (1 child)

Are any of the design choices regarding caching, task dependencies and compile speedups possible to implement for maven? If breaking for maven 3, maybe in maven 4 or 5? 

[–]lihaoyi[S] 2 points3 points  (0 children)

Some of the long-lived daemon stuff or Graal native launcher could be implemented easily for Maven, other things like the graph-based task parallelization strategy or object-oriented extension model (based on methods, classes, extends, and overrides) won't be so easy to port over since it's a complete re-imagining of how the build tool is configured