wstrzalka / gradle-flyway-jooq-plugin

Apache License 2.0
6 stars 2 forks source link

Flyway 6.x #3

Open ben-manes opened 5 years ago

ben-manes commented 5 years ago

6.0 is in beta and the deprecated constructor has been replaced with a builder. Any chance you can make this quick fix?

Direct configuration of the Flyway object has been deprecated and will 
be removed in Flyway 6.0. Use Flyway.configure() instead.
rocketraman commented 4 years ago

Might be the same issue? I get this error:

Execution failed for task ':flywayJooqInfoFile'.
> Error occurred while executing flywayJooqInfoFile
  No signature of method: org.flywaydb.core.Flyway.setLocations() is applicable for argument types: () values: []