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
When my package is published with publishLocal, the resolution doesnt contain the "xnio-nio" in the runClasspath.
But it does when the package is publised on maven central.
@sake92 Could you re-test if this issue is still valid with main? Since we now pass more transitive classpath computing through coursier, there is a chance it's just working now.
The https://mvnrepository.com/artifact/io.undertow/undertow-core/2.3.18.Final package
has runtime dep on https://mvnrepository.com/artifact/org.jboss.xnio/xnio-nio
When my package is published with publishLocal, the resolution doesnt contain the "xnio-nio" in the
runClasspath
.But it does when the package is publised on maven central.
Repro: https://github.com/sake92/mill-local-vs-publish-repro
The text was updated successfully, but these errors were encountered: