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. --- build.xml | 41 +++++++++++++++++++++-------------------- buildScripts/ivy.xml | 2 +- doc/changelog.markdown | 1 + 3 files changed, 23 insertions(+), 21 deletions(-) diff --git a/build.xml b/build.xml index e339370d..b6b1b0a1 100644 --- a/build.xml +++ b/build.xml @@ -81,7 +81,7 @@ the common tasks and can be called on to run the main aspects of all the sub-scr - + @@ -122,7 +122,10 @@ the common tasks and can be called on to run the main aspects of all the sub-scr - + + + + - - + - - + - - + + - + @@ -195,18 +196,18 @@ the common tasks and can be called on to run the main aspects of all the sub-scr - - + + - - + + - - + + @@ -217,15 +218,15 @@ the common tasks and can be called on to run the main aspects of all the sub-scr - - + + - + @@ -469,7 +470,7 @@ ${sourceWarning} - + @@ -806,7 +807,7 @@ You can also create your own by writing a 'testenvironment.properties' file. The - + diff --git a/buildScripts/ivy.xml b/buildScripts/ivy.xml index caa56012..45360e57 100644 --- a/buildScripts/ivy.xml +++ b/buildScripts/ivy.xml @@ -40,7 +40,7 @@ - + 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