mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-16 16:15:06 +00:00
fix to aggregateJavadoc task
This commit is contained in:
parent
120019b343
commit
aa514f7cfc
@ -205,7 +205,9 @@ task aggregateJavadocs(type: Javadoc) {
|
||||
if ( gradle.ext.javaToolchainEnabled ) {
|
||||
// Display version of Java tools
|
||||
doFirst {
|
||||
logger.lifecycle "Aggregating javadoc with '${javadocTool.get().metadata.installationPath}'"
|
||||
if ( javadocTool.present ) {
|
||||
logger.lifecycle "Aggregating javadoc with '${javadocTool.get().metadata.installationPath}'"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user