sbt, the interactive build tool
Go to file
Eugene Yokota 4d58714aa7 Adds CompatibilityWarningOptions. Fixes #2347
This addresses 0.13.10 regression, which currently warns users about
Maven incompatibility on a private configuration. This adds a config
class so the build user can control the level of the warning as well as
the target configuration to be monitored.
By default, we are only going to look at `Compile` and `Runtime`.
2016-02-26 17:46:12 -05:00
launch Minor fix from merging 2016-02-25 23:07:39 -05:00
licenses move remaining pieces of sbt subproject to sbt_pending and fix notices 2010-09-21 21:55:50 -04:00
main Adds CompatibilityWarningOptions. Fixes #2347 2016-02-26 17:46:12 -05:00
notes Move intransitive warning to update. Ref #2127 2016-02-26 17:40:07 -05:00
project Update incrementalcompiler to 0.1.0-M3 2016-02-24 19:49:09 +01:00
run Update to latest version of incremental, fix imports 2015-09-16 10:16:03 +02:00
sbt Reproduce "configuration not public" on local test->test. #1827 2016-02-26 17:41:31 -05:00
sbt-maven-resolver/src Fix all imports 2015-09-14 14:28:09 +02:00
scripted Update to latest version of incremental, fix imports 2015-09-16 10:16:03 +02:00
src/main/conscript Merge 2016-02-25 23:00:57 -05:00
tasks FPORT: Fixes #2302. Don't check pre and post conditions in sbt.Execute by default. 2016-01-16 12:35:49 +00:00
testing Update to latest version of incremental, fix imports 2015-09-16 10:16:03 +02:00
.gitattributes Added .gitattributes file. 2013-04-25 00:06:51 +08:00
.gitignore support defining Projects in .sbt files 2012-12-09 20:40:41 -05:00
.travis.yml Make the intent of the env variable clearer in travis configuration. 2016-01-17 21:21:23 +00:00
CONTRIBUTING.md Add "Clean history" to contributing with links 2016-02-19 13:21:11 +00:00
ISSUE_TEMPLATE.md Add "Clean history" to contributing with links 2016-02-19 13:21:11 +00:00
LICENSE Update CONTRIBUTING.md 2014-04-14 12:16:06 -04:00
NOTICE Update CONTRIBUTING.md 2014-04-14 12:16:06 -04:00
PULL_REQUEST_TEMPLATE.md Add "Clean history" to contributing with links 2016-02-19 13:21:11 +00:00
README.md Update README with 1.0.x 2016-01-17 21:28:32 +00:00
api.specification Macro def aware recompilation. 2012-03-04 17:35:51 +01:00
build.sbt Run tests in `otherUnitTests` task 2016-02-24 16:02:22 +01:00
scripted.specification New scripted test framework 2009-11-09 09:34:52 -05:00

README.md

sbt

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

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

Issues and Pull Requests

Please read CONTRIBUTING carefully before opening a GitHub Issue.

The short version: try StackOverflow and sbt-dev. Don't open an Issue.

sbt 1.0.x

This is the 1.0.x series of sbt.

  • Setup: Describes getting started with the latest binary release.
  • FAQ: Explains how to get help and more.
  • Google Code: hosts sbt 0.7.7 and earlier versions

license

See LICENSE.