diff --git a/documentation/documentation.gradle b/documentation/documentation.gradle index b80f1ef7f4..0055e0ff3e 100644 --- a/documentation/documentation.gradle +++ b/documentation/documentation.gradle @@ -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 Red Hat, Inc. All Rights Reserved."