mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-10 05:04:52 +00:00
HHH-16962 - General documentation improvements
https://hibernate.atlassian.net/browse/HHH-16962 (cherry picked from commit 6ca035e76408eb8328d22365b3e514042d2c262a)
This commit is contained in:
parent
ce0bf719a0
commit
4186ca2b57
@ -159,9 +159,9 @@ def stageOrmReportsTask = tasks.register( "stageOrmReports" ) {
|
||||
def stageJavadocsTask = tasks.register( "stageJavadocs", Copy ) {
|
||||
group 'documentation'
|
||||
description "Stages the aggregated Javadocs"
|
||||
dependsOn ':documentation:aggregateJavadocs'
|
||||
dependsOn ':documentation:javadoc'
|
||||
|
||||
from project( ":documentation" ).tasks.aggregateJavadocs
|
||||
from project( ":documentation" ).tasks.javadoc
|
||||
into "${buildDir}/documentation/javadocs"
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user