fabric-loom icon indicating copy to clipboard operation
fabric-loom copied to clipboard

Add a test for leaking runtime scope dependencies on compile classpath

Open Juuxel opened this issue 2 years ago • 1 comments

This makes MavenProjectTest fail because dependencies declared with a "runtime" scope are still put on the compile classpath when you use a mod* config on the compile classpath. I don't really know at the moment how to fix this, but this test is a good starting point IMO.

Juuxel avatar Nov 07 '21 15:11 Juuxel

Test looks good, I think the fix for this should wait for 0.11

modmuss50 avatar Nov 08 '21 16:11 modmuss50

I believe this was fixed by #807.

Juuxel avatar Oct 11 '23 21:10 Juuxel