testcontainers / testcontainers-jooq-codegen-maven-plugin

jOOQ code generator using Testcontainers
Apache License 2.0
49 stars 10 forks source link

Existing gradle alternative? #40

Open yahorbarkouski opened 4 months ago

yahorbarkouski commented 4 months ago

Hey, thank you for your work! I was wondering if you can suggest some gradle plugin alternative that works with liquibase migrations at the same time? Thank you!

kiview commented 3 months ago

With Liquibase migrations, you normally don't need to do as part of the build, you can do it on test execution. What exactly are you trying to achieve?

SightStudio commented 3 months ago

I guess you're looking for the gradle version of testcontainers-jooq-codegen-maven-plugin.

try this. https://github.com/monosoul/jooq-gradle-plugin