mirror of https://github.com/sbt/sbt.git
I had to turn off -Xfatal-warnings in commandProj because after updating io, commandProj depends on the deprecated EventMonitor class. In #4335, I stop using EventMonitor, but deprecate the Watched class which is both defined and used (as an unused attribute key) in commandProj. I think we can probably get rid of Watched in 1.4.x and certainly in a hypothetical 2.x, so hopefully we can restore -Xfatal-warnings sooner than later. I also had to replace uses of IO.classLocationFile with IO.classLocationPath to avoid compilation failures due to -Xfatal-warnings. |
||
|---|---|---|
| .. | ||
| agent/src/main/java/sbt | ||
| src/main | ||
| NOTICE | ||