You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixes#2485
We take the `config.imports` field and pass it to
`MillIvy.processMillIvyDepSignature` inside `ivyDeps`. This was
overlooked in #2377, but seems
easy enough to put back
Honestly not super sure how to test this. But when I run
```
./mill -i dev.run example/tasks/3-anonymous-tasks -i --import ivy:com.lihaoyi::mill-contrib-bloop:0.11.0-M8 mill.contrib.bloop.Bloop/install
```
On main branch, I get
```
Cannot resolve external module mill.contrib.bloop.Bloop
```
On this PR I get
```
java.lang.NoSuchMethodError: 'java.lang.ThreadLocal mill.eval.Evaluator$.currentEvaluator()'
mill.contrib.bloop.Bloop$$anonfun$$lessinit$greater$1.apply(Bloop.scala:8)
mill.contrib.bloop.Bloop$$anonfun$$lessinit$greater$1.apply(Bloop.scala:8)
```
Seems like there's a binary incompatibility, but at least the `--import`
flag took effect?
doesn't add the contrib module in Mill 0.11.0-M8
The text was updated successfully, but these errors were encountered: