Skip to content

Commit

Permalink
Add --plugin-require to auto-override-plugin to try and detect issues (
Browse files Browse the repository at this point in the history
…#3945)

Someone reported on discord the auto override behavior not working, this
should help narrow it down
  • Loading branch information
lihaoyi authored Nov 12, 2024
1 parent bda78b4 commit 29467a0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion runner/src/mill/runner/MillBuildRootModule.scala
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,8 @@ abstract class MillBuildRootModule()(implicit
// Make sure we abort of the plugin is not found, to ensure any
// classpath/plugin-discovery issues are surfaced early rather than
// after hours of debugging
"-Xplugin-require:mill-linenumber-plugin"
"-Xplugin-require:mill-linenumber-plugin",
"-Xplugin-require:auto-override-plugin"
)
}

Expand Down

0 comments on commit 29467a0

Please sign in to comment.