DEV Community

Discussion on: How to setup jOOQ with Flyway and Gradle

Collapse
 
davinkevin profile image
Kevin Davin • Edited

Sadly, the jooq plugin isn't compatible with jooq 3.13.x.

Version 3.13.x is the default version in Spring 2.3, so new projects, for now, can't use this.

I've made a PR about that, waiting for approval: github.com/rohanprabhu/kotlin-dsl-...

Collapse
 
gotson profile image
Gauthier

I'm using it with jOOQ 3.13.1 without any issue

Collapse
 
davinkevin profile image
Kevin Davin

The PR has been merged, so now this is working.

Thread Thread
 
gotson profile image
Gauthier

I see that, but it was working for me before with spring boot 2.2

Thread Thread
 
davinkevin profile image
Kevin Davin

Yeah, but spring boot 2.2 use the same jooq version used in the plugin by default.