From 34e1c295d2fd2a29314ea5826dae097b806cef41 Mon Sep 17 00:00:00 2001 From: Reinier Zwitserloot Date: Mon, 30 Oct 2017 23:49:09 +0100 Subject: Updated to ivy++ v1.22 in order to allow compiling stuff with ecj; j9 no longer supports 1.4/1.5 but we need it to continue to compile patchtargets for eclipse. --- doc/changelog.markdown | 1 + 1 file changed, 1 insertion(+) (limited to 'doc/changelog.markdown') diff --git a/doc/changelog.markdown b/doc/changelog.markdown index 5b633923..0722ca21 100644 --- a/doc/changelog.markdown +++ b/doc/changelog.markdown @@ -4,6 +4,7 @@ Lombok Changelog ### v1.16.19 "Edgy Guinea Pig" * v1.16.18 is the latest stable release of Project Lombok. * PLATFORM: Possible support for jdk9 in the new IntelliJ, Netbeans and for Gradle +* DEVELOPMENT: Compiling lombok on JDK1.9 is now possible. ### v1.16.18 (July 3rd, 2017) * PLATFORM: JDK9 support much improved since v1.16.6; [Issue #985](https://github.com/rzwitserloot/lombok/issues/985) -- cgit