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.
プロジェクトをローカル リポジトリから削除するにはどうすればよいですか? publish-local以前にSBT コマンドを使用して公開しました。
publish-local
プロジェクトを再コンパイルしてサーバーに再デプロイした後、プロジェクトに変更が見られないため、コンパイルおよびキャッシュされたものをすべてクリーンアップしたいと考えています。
sbt コマンドがありcleanます。必要に応じて、ビルド ファイルのクリーン タスクに追加のフォルダーを追加できます。
clean
cleanFiles <+= baseDirectory { base => base / "temp" }