dbuild
dbuild copied to clipboard
Multi-project build tool, based on sbt.
Because bye-bye Bintray! However, I don't think it's necessary to do this proactively. It's quite rare that we need to publish a new dbuild version. So we can worry about...
now that the community build has over 160 projects in it, when I'm testing changes locally, doing `git fetch` on all the repos to see whether each project's dependencies need...
I don't know what the chances of this happening are, but let's have a ticket for it, at least. currently in the Scala community build we have to disable Scala.js...
Now that we're running nightlies and have lots of artifacts, we may want to run a cleanup tool. - Remove all artifacts/metadata older than X days - Preserve specific 'tagged'...
When running dbuild in CI, it's not always predictable how many times it will run per day. Automatic cleanup is crucial to stay under 40G or so. To guarantee we...
Quoting @sjrd: > These weird things are "normal". Well, it's dbuild's fault: it insists on compiling the Test config of every project in the dependency chain. But library doesn't have...
It appears from the documentation that only git or svn repositories are currently supported by dbuild. Assuming that I've got the right impression, this limitation prevents me from adding our...
Dbuild lets you modify settings only in a specific scope. Modifying the setting in all subprojects requires specifying it for each subproject individually. We would need a mechanism similar to...
At the moment dbuild will report just one missing Scala dependency that is not already added to the config file. It means one need to rerun dbuild for each missing...
I've found the only reliable way to ensure SBT uses Java 8 on the compilation and execution classpath is to start SBT with Java 8 on the path. (Last time...