Releases: monosoul/jooq-gradle-plugin
Releases · monosoul/jooq-gradle-plugin
5.0.5
5.0.4
5.0.3
5.0.2
5.0.1
5.0.0
5.0.0 (2023-07-27)
Features
BREAKING CHANGES
inputDirectory
got replaced withmigrationLocations
Instead of inputDirectory.setFrom(project.files("src/main/resources/db/migration"))
use migrationLocations.setFromFilesystem(project.files("src/main/resources/db/migration"))
4.0.2
4.0.1
4.0.0
4.0.0 (2023-07-16)
Bug Fixes
BREAKING CHANGES
generatorConfig
andpluginSettings
task properties are now can not be directly modified
If you used to modify those directly, please, use usingJavaConfig
/usingXmlConfig
and withContainer
/withoutContainer
respectively.