DEV Community

Discussion on: How to setup jOOQ with Flyway and Gradle

Collapse
 
etiennestuder profile image
Etienne Studer

Interesting blog post. Thanks for writing it up.

The plugin used in this post is a "weak" fork of the original plugin. The original plugin is richer in functionality, leverages recent Gradle features much more deeply, and is stronger in implementation and internal testing:
github.com/etiennestuder/gradle-jo...

Since version 5.x, the gradle-jooq-plugin has support for Kotlin:
github.com/etiennestuder/gradle-jo...

There is also a small example in its repo on how to combine it with Flyway:
github.com/etiennestuder/gradle-jo...

There is also a small example in its repo on how to combine it with Spring Boot:
github.com/etiennestuder/gradle-jo...

I'm writing this just for completion, not to critize.