Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
プロジェクトを定義するには、
project in file(".")
file(".")設定とは対照的に、の機能は何baseDirectoryですか?
file(".")
baseDirectory
たとえば、次の違いは何ですか
lazy val myProject = project in file("foo")
と
lazy val myProject = (project in file(".")).settings( baseDirectory := file("foo"))