mirror of https://github.com/sbt/sbt.git
Add csbt README file
This commit is contained in:
parent
3e270c9fb2
commit
e8214a3229
|
|
@ -0,0 +1,7 @@
|
|||
`csbt` is a coursier-based sbt launcher.
|
||||
|
||||
It is extremely experimental, suffering a few issues. In particular, compiling
|
||||
several modules at once (e.g. by running `csbt test:compile` from the coursier
|
||||
sources) often results in spurious scalac errors. Also, it might have issues
|
||||
with `*.sbt` files under `~/.sbt` - the whole point of csbt would be to scrap
|
||||
those for standard configuration files.
|
||||
Loading…
Reference in New Issue