mirror of https://github.com/sbt/sbt.git
Merge pull request #2112 from pdalpra/cleanup-warnings
Fix several warnings
This commit is contained in:
commit
ebbefa7de5
|
|
@ -14,6 +14,7 @@ public interface JavaCompiler
|
|||
*
|
||||
* @deprecated 0.13.8 - Use compileWithReporter instead
|
||||
*/
|
||||
@Deprecated
|
||||
void compile(File[] sources, File[] classpath, Output output, String[] options, Logger log);
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in New Issue