fix aggregateJavadoc task config
This commit is contained in:
parent
5b24b171da
commit
bd2f8271bd
|
@ -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 © 2001-$currentYear <a href=\"https://redhat.com\">Red Hat, Inc.</a> All Rights Reserved."
|
||||
|
|
Loading…
Reference in New Issue