Replies: 3 comments 6 replies
-
This import is a shorthand notation for the regular |
Beta Was this translation helpful? Give feedback.
-
I'm trying to externalize all versions to a single file versions.mill. If I create a meta build, where should this file be located, and how would the meta build as well as individual module builds refer to it? If I put it in the project root directory (same level as mill-build directory), the meta build can't find it, and if I put it in the mill-build directory, the module build can't find it. Please note that the Helper Files section in the docs doesn't address the issue of sharing files between meta and regular builds. |
Beta Was this translation helpful? Give feedback.
-
You can use the meta-build to share code between the main build and applications https://mill-build.org/mill/extending/meta-build.html#_sharing_source_code_between_build_mill_and_application_code. I'm not sure exactly what you are trying to do but this seems like it should do it |
Beta Was this translation helpful? Give feedback.
-
Is it possible to use a placeholder for the version string (0.4.2) above?
$file.versions.scalafixVersion
or${file.versions.scalafixVersion}
don't seem to work.Beta Was this translation helpful? Give feedback.
All reactions