-
-
Notifications
You must be signed in to change notification settings - Fork 435
Open
Description
Hi
We tried to migrate our multi-module Maven project to Mill and the migration was basically successful. However when we tried to build a project:
mill assembly
we got an error:
compile compiling 33 Scala sources to out/mill-build/compile.dest/classes ...
build.mill.yaml-68] [error] admin/package.mill.yaml:14:24
build.mill.yaml-68] trait package_ extends millbuild.ProjectBaseModule, mill.javalib.errorprone.ErrorProneModule, AutoOverride[_root_.mill.T[?]] {
build.mill.yaml-68] ^^^^^^^^^
build.mill.yaml-68] Not found: millbuild
I guess the error comes the first line of package.mill.yaml for this module:
extends: [millbuild.ProjectBaseModule, mill.javalib.errorprone.ErrorProneModule]
Because only there millbuild namespace is used.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels