From 8cfe4c73fab797db2fa5a73402b458a91d5af2ba Mon Sep 17 00:00:00 2001 From: Roel Spilker Date: Fri, 4 Dec 2020 01:14:38 +0100 Subject: [build] #2616 have lombok-mapstruct-binding contain a java module file and java8 class files. --- buildScripts/compile.ant.xml | 2 +- buildScripts/mapstructBinding.ant.xml | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) (limited to 'buildScripts') diff --git a/buildScripts/compile.ant.xml b/buildScripts/compile.ant.xml index 5baf50c3..8627399e 100644 --- a/buildScripts/compile.ant.xml +++ b/buildScripts/compile.ant.xml @@ -24,7 +24,7 @@ This buildfile is part of projectlombok.org. It takes care of compiling and building lombok itself. - + diff --git a/buildScripts/mapstructBinding.ant.xml b/buildScripts/mapstructBinding.ant.xml index c18dadab..0a3b94c4 100644 --- a/buildScripts/mapstructBinding.ant.xml +++ b/buildScripts/mapstructBinding.ant.xml @@ -28,12 +28,9 @@ exists as a separate dependency solely because it is itself dependent on both lo - + - - - @@ -80,11 +77,14 @@ exists as a separate dependency solely because it is itself dependent on both lo lombok.mapstruct.NotifierHider$AstModificationNotifier - - + + + + - + + -- cgit