SBT ビルドがエコーしている:
[error] Note: Some input files use unchecked or unsafe operations.
[error] Note: Recompile with -Xlint:unchecked for details.
-Xlint:unchecked
SBT によって呼び出された javac プロセスに引数を渡すにはどうすればよいですか?
SBT ビルドがエコーしている:
[error] Note: Some input files use unchecked or unsafe operations.
[error] Note: Recompile with -Xlint:unchecked for details.
-Xlint:unchecked
SBT によって呼び出された javac プロセスに引数を渡すにはどうすればよいですか?
http://code.google.com/p/simple-build-tool/wiki/BuildConfiguration#Compile_Optionsを参照してください
override def compileOptions = super.compileOptions ++
compileOptions("-Xlint:unchecked")