fix aggregateJavadoc task config

This commit is contained in:
Steve Ebersole 2021-09-23 08:32:46 -05:00
parent 5b24b171da
commit bd2f8271bd
1 changed files with 1 additions and 1 deletions

View File

@ -113,7 +113,7 @@ task aggregateJavadocs(type: Javadoc) {
maxMemory = '512m'
destinationDir = javadocDir
configure( options ) {
overview = project.file( 'src/main/javadoc/overview.html' )
overview = 'src/main/javadoc/overview.html'
windowTitle = 'Hibernate JavaDocs'
docTitle = "Hibernate JavaDoc ($project.version)"
bottom = "Copyright &copy; 2001-$currentYear <a href=\"https://redhat.com\">Red Hat, Inc.</a> All Rights Reserved."