Add flyway.configFiles support to Gradle plugin #1562
Comments
It would be nice to do something like this as well:
|
We have now added support for |
Trying to use the flyway.configFiles with gradle plugin in intelliJ for a springboot application. The configuration is as shown below the below error comes on trying to build Executing task 'flywayMigrate -x test -Dflyway.configFiles=flyway.properties'...
FAILURE: Build failed with an exception.
|
What version of Flyway are you using?
4.1.2 version
Which client are you using? (Command-line, Java API, Maven plugin, Gradle plugin, SBT plugin, ANT tasks)
Gradle plugin
What database are you using (type & version)?
Oracle 11.2.0.4
What operating system are you using?
Windows 2010
What did you do?
(Please include the content causing the issue, any relevant configuration settings, and the command you ran)
The flyway.configFile cannot be found.
The command is the following:
What did you expect to see?
The information about the pending migrations or added.
It works with the Maven plugin version, but not with the Gradle plugin version
What did you see instead?
The text was updated successfully, but these errors were encountered: