From 6f351dfe1a32e2e8b0be76ff07972eb2a910846c Mon Sep 17 00:00:00 2001 From: Reinier Zwitserloot Date: Tue, 25 Jan 2022 16:48:26 +0100 Subject: [build] Generation of the javadoc was broken We've split up the build dirs for various phases of the lombok compile process, and evidently `javadoc` doesn't work unless it can find all types involved on the classpath, even for types that only show up internally. I was thinking javadoc should just look at (protected/public) signatures, not internals, but, alas. --- buildScripts/website.ant.xml | 1 + 1 file changed, 1 insertion(+) (limited to 'buildScripts') diff --git a/buildScripts/website.ant.xml b/buildScripts/website.ant.xml index 1fc58fd4..f5956a45 100644 --- a/buildScripts/website.ant.xml +++ b/buildScripts/website.ant.xml @@ -218,6 +218,7 @@ such as applying the templates to produce the website, converting the changelog +
Lombok - ]]>v${lombok.version}
Copyright © 2009-${javadoc.year} The Project Lombok Authors, licensed under the MIT licence.]]> -- cgit