Amend contributing build instructions to help solve potential build problems

This commit is contained in:
Tim Harper 2016-01-17 20:51:10 -07:00
parent fa7776215b
commit bbccbc83d3
1 changed files with 4 additions and 0 deletions

View File

@ -149,6 +149,10 @@ Build from source
4. If a project has `project/build.properties` defined, either delete the file or change `sbt.version` to `0.13.10-SNAPSHOT`.
## Diagnosing build failures
Globally included plugins can interfere building `sbt`; if you are getting errors building sbt, try disabling all globally included plugins and try again.
Building Documentation
----------------------