Add support for exporting to build.mill
/build.mill.scala
with export --mill
#3698
Labels
enhancement
New feature or request
experimental
Tickets tied to experimental features.
export
issues tied to the export sub-command
Mill
Issues tied to Mill, the build tool.
Is your feature request related to a problem? Please describe.
When exporting to Mill 0.12+, I'd like to be able to get the new build configuration files with
.mill
and the up-to-date syntax.Describe the solution you'd like
I wonder if we should just default to
build.mill.scala
for 0.12+, or maybe it should be behind a--mill-extension
flag with.mill.scala
set as default... leaning towards the former.Describe alternatives you've considered
Technically we can keep it the way it is for now, but we'll have to do this to support Mill 1.0.0 very soon, anyway.
Additional context
mill
to 0.12 #3691The text was updated successfully, but these errors were encountered: