Tobias Roeser
Tobias Roeser
@Avimitin You might want to show your error message you get when building offline or join our chat (https://mill-build.org/mill/index.html#_contributing_and_community) so we can figure out more interactively what's missing. Details ```console...
I think the `prepareOffline` task doesn't traverse module dependencies in general. I'm a bit undecided, if we should make it follow module deps. In the end, we assume to only...
I was loud thinking about the general behavior of stock Mill. But I guess we always can override and customize, if the use case warrants it. And in this particular...
@Avimitin Do you already have some test setup? Or how did you find out that something is missing? I'd rather avoid to delete my local repo caches to test this.
As we have users of this API, a discussion how to replace it, would be nice. E.g. my main usage is: * Replace some transitive dependencies (change coordinates, e.g. replace...
> > Replace some transitive dependencies (change coordinates, e.g. replace some logging impl with a different impl; switch from non-osgi to separately released osgi artifact) > > Is that use...
When "enterprise" software with hundreds of modules and dependencies gets maintained/audited, you sometimes have to mangle some specific dependencies. Be it the exclusion of some vulnerable but unused classes or...
* https://github.com/com-lihaoyi/mill/pull/3201
I agree, that we want this feature. IMHO, this is not really related to the build configuration and rather user specific or edit-scoped, so it should be a runtime setting....
Yeah, a Mill task query is very well suited for this, since you can already express excludes (`__:^TestModule`) and enumerate concrete modules. I suggested to read a file for the...