sbt, the interactive build tool
Go to file
Ethan Atkins e4c7747570 Add retry to BspCompileTask.compute
There have been occasional failures on appveyor where an
AccessDeniedException was thrown at this point. AccessDeniedExceptions
thrown during scripted tests can often by resolved with a Retry.
2020-07-03 12:15:55 -07:00
.github/ISSUE_TEMPLATE
client Add tab completion support to thin client 2020-06-24 20:08:14 -07:00
core-macros/src/main/scala/sbt/internal/util/appmacro
internal Restore println in ConsoleAppender 2020-07-01 11:41:04 -07:00
launch
licenses
main Add retry to BspCompileTask.compute 2020-07-03 12:15:55 -07:00
main-actions/src Make Terminal a trait to support multiple clients 2020-06-24 19:22:57 -07:00
main-command/src Add instructions for exit and shutdown 2020-06-30 08:47:50 -07:00
main-settings/src Add multi-client ui to server 2020-06-24 19:40:17 -07:00
notes Merge pull request #5041 from jsoref/https 2020-06-14 17:34:58 -04:00
project Merge remote-tracking branch 'origin/develop' into wip-sbt-instant-startup 2020-06-29 16:44:24 -07:00
protocol/src/main Prevent simultaneous server booting 2020-06-29 16:41:33 -07:00
run Improve SelectMainClass output 2020-06-24 19:19:06 -07:00
sbt/src Refactor watch 2020-06-25 10:05:59 -07:00
scripted-plugin/src/main/scala/sbt
scripted-sbt-old/src/main/scala/sbt/test
scripted-sbt-redux Prevent simultaneous server booting 2020-06-29 16:41:33 -07:00
server-test/src Fix TestServer for windows 2020-06-29 09:44:24 -07:00
src/main/conscript
tasks Name threads in completion service 2020-06-22 13:14:55 -07:00
tasks-standard Selective functor 2020-05-17 23:36:04 -04:00
testing Contraband 0.4.6 2020-04-24 17:44:15 -04:00
util-cache
util-tracking
vscode-sbt-scala
zinc-lm-integration/src integrate with VirtualFile changes 2020-04-24 17:44:14 -04:00
.appveyor.yml Fix TestServer for windows 2020-06-29 09:44:24 -07:00
.gitattributes Contraband 0.4.6 2020-04-24 17:44:15 -04:00
.gitignore Update .gitignore for metals support 2020-05-16 09:52:20 +02:00
.java-version
.mailmap
.scalafmt.conf Set `lineEndings = preserve` in .scalafmt.conf 2020-06-29 08:15:24 -07:00
.travis.yml
CONTRIBUTING.md
DEVELOPING.md Merge pull request #5041 from jsoref/https 2020-06-14 17:34:58 -04:00
LICENSE
NOTICE
PROFILING.md
README.md Merge pull request #5041 from jsoref/https 2020-06-14 17:34:58 -04:00
SUPPORT.md
build.sbt Add flag to disable graal parsing of command args 2020-07-01 14:29:51 -07:00
reset.sh
sbt-allsources.sh
server.md

README.md

Build Status Latest version Gitter Chat

sbt

sbt is a build tool for Scala, Java, and more.

For general documentation, see https://www.scala-sbt.org/.

sbt 1.x

This is the 1.x series of sbt. The source code of sbt is split across several GitHub repositories, including this one.

  • sbt/io hosts sbt.io module.
  • sbt/librarymanagement hosts sbt.librarymanagement module that wraps Ivy.
  • sbt/zinc hosts Zinc, an incremental compiler for Scala.
  • sbt/sbt, this repository hosts modules that implements the build tool.
  • Setup: Describes getting started with the latest binary release.
  • FAQ: Explains how to get help and more.
  • sbt/sbt-zero-seven: hosts sbt 0.7.7 and earlier versions

Issues and Pull Requests

Please read CONTRIBUTING carefully before opening a GitHub Issue.

The short version: try searching or asking on StackOverflow.

license

See LICENSE.