Skip to content

Commit

Permalink
Add docs for source deps support
Browse files Browse the repository at this point in the history
  • Loading branch information
jvican committed Mar 29, 2018
1 parent f0f81cd commit 06cbbe8
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions website/content/docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,16 @@ $ sbt bloopInstall

The configuration files contain the information of the sbt build at the moment of running `bloopInstall`. Note that it contains machine-dependent information (the path of every resolved jar) so you should not check it into your version control system.

#### Support for source dependencies

If you use source dependencies in sbt, add the following setting definition to your `build.sbt`:

```scala
bloopAggregateSourceDependencies in Global := true
```

<span class="label warning">Note</span> that `bloopAggregateSourceDependencies` has to be scoped globally.

#### Start bloop

Before using the bloop client, you need to start the Bloop server. There is usually only one bloop server running in a machine.
Expand Down

0 comments on commit 06cbbe8

Please sign in to comment.