From 38a48e8a853f436c9243503e6193806ec151c84c Mon Sep 17 00:00:00 2001 From: Jan Matèrne Date: Fri, 12 Jul 2019 08:44:46 +0200 Subject: Use dynamic year-value for JavaDoc-Copyright --- buildScripts/website.ant.xml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'buildScripts') diff --git a/buildScripts/website.ant.xml b/buildScripts/website.ant.xml index 62cb9a44..b14ee89e 100644 --- a/buildScripts/website.ant.xml +++ b/buildScripts/website.ant.xml @@ -285,6 +285,9 @@ such as applying the templates to produce the website, converting the changelog check the lombok package. If you're trying to extend lombok or write your own plugins, the other packages are what you're looking for. ]]> + + + @@ -292,7 +295,7 @@ such as applying the templates to produce the website, converting the changelog
Lombok - ]]>v${lombok.version}
- Copyright © 2009-2019 The Project Lombok Authors, licensed under the MIT licence.]]> + Copyright © 2009-${javadoc.year} The Project Lombok Authors, licensed under the MIT licence.]]>
-- cgit