Tobias Roeser
Tobias Roeser
Sometimes, it's wanted to override the version which is normally inferred from the version control system (git). E.g. when building from a release tarball. Therefore, mill-vcs-version should check for a...
Coursier is a project used by many tools, including many important build tools for the Scala ecosystems (like sbt, Mill and Scala CLI). I think maintenance of this repository is...
Currently used submodules: * [ ] `modules/directories` - ~https://github.com/coursier/coursier/pull/2987~ https://github.com/coursier/coursier/issues/2989 * [ ] `modules/tests/handmade-metadata` - https://github.com/coursier/coursier/pull/2988 * [ ] `modules/tests/metadata` - https://github.com/coursier/coursier/pull/2988 * [x] `modules/windows-ansi` - https://github.com/coursier/coursier/pull/2986 Find out, which...
_Originally posted by @alexarchambault in https://github.com/coursier/coursier/pull/2986#discussion_r1613515730_ > It might be possible to use standard dependencies here. We just have to make sure that they end up in the various assemblies...
- Remove git submodules for metadata and handmade-metadata - Add metadata files previously located in a git submodule - Add handmade-metadata files previously located in a git submodule Related to...
This is the outcome of discussion https://github.com/build-server-protocol/build-server-protocol/discussions/651. the `bsp4j` artifact currently contains lots of heavyweight transitive dependencies. This makes it unsuitable to be used by foreign APIs, e.g. in build...
It should contain the dependency management targets (`ivDeps`, `compileIvyDeps`) and the a generic `compile` target. It should also support compiler stacking, so there is a clear way how two mixed-in...
Let's see what happens...
Questions about compile errors which are the result of a combination of a too new Java version and a too old Scala version come regularily in the chat and issues....