Comment #20 on issue 88 by
Ben.Ma...@gmail.com: Gradle Plugin
http://code.google.com/p/flyway/issues/detail?id=88
I ran into some corner cases that either Katta's plugin didn't handle. I
wrote a new one based on Flyway v2.0.3 in order to investigate and resolve
these problems.
In particular it took me a few attempts to correctly indicate to Gradle
that the migration task is up-to-date. This was because the up-to-date
closure cannot load the database driver due to the classpath not being
setup yet. I needed this functionality for my jOOQ codegen plugin.
https://github.com/ben-manes/gradle-flyway-plugin
I'd like this plugin to be able to create a schema is not present
(schema-per-service). This appears to be on the roadmap for 2.1. Do you
know when that will be ready for release? If not soon, than I can add this
to my plugin. I am trying to setup a build process where flyway migrates
H2, codegens jOOQ, compiles, and tests. This would allow me to avoid
checking in codegen code and have it be a build artifact.
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings