diff options
Diffstat (limited to 'buildScripts/website.ant.xml')
-rw-r--r-- | buildScripts/website.ant.xml | 1 |
1 files changed, 1 insertions, 0 deletions
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 <package name="lombok.experimental" /> <package name="lombok.extern.*" /> <classpath location="build/lombok-main" /> + <classpath location="build/lombok-utils" /> <header><![CDATA[<a href='https://projectlombok.org/' target='_blank'>Lombok</a> - ]]>v${lombok.version}</header> <bottom><![CDATA[<i>Copyright © 2009-${javadoc.year} The Project Lombok Authors, licensed under the <a href='http://www.opensource.org/licenses/mit-license.php' target='_blank'>MIT licence</a>.]]></bottom> </javadoc> |