sbt, the interactive build tool
Go to file
eugene yokota bb32c385fb
[2.x] fix: Append -root to synthetic root (#7716)
**Problem**
I notice that the synthetic root project ends up conflicting with
the projectMatrix on Scala 3, when the name of the matrix
matches the directory name, which is fairly common.

**Solution**
Append `-root` to the root project when there are multiple subprojects found.
2024-10-03 20:19:58 +02:00
.github
buildfile/src remove deprecated `[this]` qualifier 2024-10-03 21:16:48 +09:00
client
core-macros/src
dependency-tree/src/main/scala/sbt/plugins
internal remove deprecated `[this]` qualifier 2024-10-03 21:16:48 +09:00
launch
launcher-package remove deprecated `[this]` qualifier 2024-10-03 21:16:48 +09:00
licenses
main [2.x] fix: Append -root to synthetic root (#7716) 2024-10-03 20:19:58 +02:00
main-actions/src remove deprecated `[this]` qualifier 2024-10-03 21:16:48 +09:00
main-command/src remove deprecated `[this]` qualifier 2024-10-03 21:16:48 +09:00
main-settings/src remove deprecated `[this]` qualifier 2024-10-03 21:16:48 +09:00
notes
project [2.x] refactor: Remove useCoursier setting (drop Ivy) (#7712) 2024-10-02 14:33:54 -04:00
protocol/src/main
run remove deprecated `[this]` qualifier 2024-10-03 21:16:48 +09:00
sbt-app/src remove deprecated `[this]` qualifier 2024-10-03 21:16:48 +09:00
sbt-remote-cache/src/main/scala/sbt
script
scripted-sbt remove deprecated `[this]` qualifier 2024-10-03 21:16:48 +09:00
server-test/src [2.x] fix: Append -root to synthetic root (#7716) 2024-10-03 20:19:58 +02:00
src/main/conscript
tasks remove deprecated `[this]` qualifier 2024-10-03 21:16:48 +09:00
tasks-standard remove deprecated `[this]` qualifier 2024-10-03 21:16:48 +09:00
testing remove deprecated `[this]` qualifier 2024-10-03 21:16:48 +09:00
util-cache
util-collection remove deprecated `[this]` qualifier 2024-10-03 21:16:48 +09:00
util-tracking remove deprecated `[this]` qualifier 2024-10-03 21:16:48 +09:00
zinc-lm-integration/src
.gitattributes
.gitignore
.java-version
.jvmopts
.mailmap
.sbtopts
.scalafmt.conf
CONTRIBUTING.md
DEVELOPING.md
LICENSE
NOTICE
PROFILING.md
README.md
SUPPORT.md
build.sbt
reset.sh
sbt
sbt-allsources.sh
sbt.sh
server.md

README.md

CI Latest version Discord

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.