This commit is contained in:
Martin Duhem 2015-11-11 14:41:26 +01:00
parent d125a36b6c
commit 590c4d07ef
2 changed files with 22 additions and 0 deletions

View File

@ -0,0 +1,11 @@
[@Duhemm]: http://github.com/Duhemm
[1968]: https://github.com/sbt/sbt/issues/1968
[2272]: https://github.com/sbt/sbt/pull/2272
### Fixes with compatibility implications
### Improvements
### Bug fixes
- Don't pass `-J<flag>` options to the local java compiler (issue [#1968][1968]) [#2272][2272] by [@Duhemm][@Duhemm]

View File

@ -0,0 +1,11 @@
[@Duhemm]: http://github.com/Duhemm
[2256]: https://github.com/sbt/sbt/issues/2256
[2272]: https://github.com/sbt/sbt/pull/2272
### Fixes with compatibility implications
### Improvements
### Bug fixes
- Improve `JavaErrorParser` to parse non-compile-errors (issue [#2256][2256]) [#2272][2272] by [@Duhemm][@Duhemm]