Skip to content

Commit

Permalink
Add a Dialect report
Browse files Browse the repository at this point in the history
Also added
* H2Dialect#getMinimumSupportedVersion
* DerbyDialect#getMinimumSupportedVersion

(cherry picked from commit f87df30)
  • Loading branch information
sebersole committed May 3, 2023
1 parent 45ec259 commit c4a3fbe
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions release/release.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -310,6 +310,17 @@ task stageOrmLoggingReport(type: Copy) { task ->
}


task stageOrmDialectReport(type: Copy) { task ->
group 'Release'

dependsOn ':documentation:renderDialectReport'
tasks.stageOrmReports.dependsOn task

from project( ":documentation" ).tasks.renderDialectReport.outputDir
into "${buildDir}/documentation/dialect"
}


/**
* Assembles all documentation into the {buildDir}/documentation directory.
*
Expand Down

0 comments on commit c4a3fbe

Please sign in to comment.