dbuild icon indicating copy to clipboard operation
dbuild copied to clipboard

Multi-project build tool, based on sbt.

Results 15 dbuild issues
Sort by recently updated
recently updated
newest added

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...

uncategorized

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...

uncategorized

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'...

uncategorized

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...

uncategorized

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...

bug
uncategorized

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...

enhancement
uncategorized

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...

enhancement
Low
uncategorized

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...

enhancement
uncategorized

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...

enhancement
uncategorized