Skip to content

Commit

Permalink
HHH-16962 - General documentation improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
sebersole committed Aug 31, 2023
1 parent 21d13ec commit 6ca035e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions release/release.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}

Expand Down

0 comments on commit 6ca035e

Please sign in to comment.