Classpath regression in Bloop export #1918
Labels
contrib
Issues related to contrib modules, which are probably maintained by someone outside mill core team
Milestone
There seems to be a regression caused by #1843 where now when you do a Bloop export for the Mill codebase itself, bloop is unable to build the contrib modules. This was reported before in #990 and fixed in the past.
How to reproduce
./mill --import ivy:com.lihaoyi::mill-contrib-bloop: mill.contrib.bloop.Bloop/install
on the mill codebasebloop compile contrib.bloop
You can then switch Mill back to 0.10.3, repeat the above and see that everything works fine.
Difference in Bloop files
Between 0.10.3 and 0.10.4 you can see that the bloop export is different. Here are the missing classpath entries that the
contrib.bloop
target expects, but they aren't there:Potential fix
Taken from #990 (comment)
The text was updated successfully, but these errors were encountered: