Maintained by aalmiray
Keep your databases up to date with flyway.
| Website | http://flywaydb.org/documentation/gradle/ |
|---|---|
| Author | flyway |
| Version | 2.3 |
buildscript {
repositories { jcenter() }
dependencies {
classpath 'com.googlecode.flyway:flyway-gradle-plugin:2.3'
}
}
apply plugin: 'flyway'