Add a Dialect report
Also added
* H2Dialect#getMinimumSupportedVersion
* DerbyDialect#getMinimumSupportedVersion
(cherry picked from commit f87df304f9
)
This commit is contained in:
parent
45ec259efe
commit
c4a3fbe550
|
@ -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.
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue