Replies: 1 comment
-
This is not supported by Mill. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to tweak the options passed to scalac in the Scala 3 Community Build, which consists of both sbt projects and mill projects. Each project builds with its own sbt or mill build file that comes unmodified from the upstream project. The Community Build script exec's a new sbt or mill instance for each project. For sbt projects, the script can specify default options for scalac using
set Global/scalacOptions
on the sbt command line. Is there a way to do the same for mill? I'm trying to avoid having to patch the mill build files of the individual projects.Beta Was this translation helpful? Give feedback.
All reactions