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.
単一のカスタムタスクの集計を無効にするにはどうすればよいですか?
私は自分に以下を追加しようとしましたbuild.sbt:
build.sbt
aggregate in myTaskName:= false
しかし、期待どおりに機能しません-このエラーが発生しました:
~\build.sbt:1: error: not found: value myTaskName aggregate in myTaskName:= false