The logs of `Task`s involved in `ideaJavaModuleFacets` evaluation are hidden from the user. repro: add `Task.ctx().log.warn("watch out!")` to your `override def ideaJavaModuleFacets` and run `mill mill.idea/`
The logs of
Tasks involved inideaJavaModuleFacetsevaluation are hidden from the user.repro: add
Task.ctx().log.warn("watch out!")to youroverride def ideaJavaModuleFacetsand runmill mill.idea/