From e19ca7bf852229987a831f22a2495215a289ead7 Mon Sep 17 00:00:00 2001 From: Martin Duhem Date: Wed, 11 Nov 2015 14:30:05 +0100 Subject: [PATCH] Notes for sbt/sbt#2271 --- notes/0.13.10/local-java-report-errors.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 notes/0.13.10/local-java-report-errors.md diff --git a/notes/0.13.10/local-java-report-errors.md b/notes/0.13.10/local-java-report-errors.md new file mode 100644 index 000000000..8c36fb710 --- /dev/null +++ b/notes/0.13.10/local-java-report-errors.md @@ -0,0 +1,12 @@ + + [@Duhemm]: http://github.com/Duhemm + [2228]: https://github.com/sbt/sbt/issues/2228 + [2271]: https://github.com/sbt/sbt/pull/2271 + +### Fixes with compatibility implications + +### Improvements + +### Bug fixes + +- Report java compilation as failed if the local java compiler reported compilation errors (issue [#2228][2228]) [#2271][2271] by [@Duhemm][@Duhemm]