Comments
1 comment
-
It looks like you may be targeting an old version of Flyway but have multiple flyway configurations defined in your config.
//Community version<br> //classpath 'org.flywaydb:flyway-gradle-plugin:9.22.1'<br> //classpath 'org.flywaydb:flyway-sqlserver:9.22.1'<br><br><br> //enterprise version<br> classpath 'org.flywaydb.enterprise:flyway-core:9.0.0' <br> classpath 'org.flywaydb.enterprise:flyway-gradle-plugin:9.0.0' <br> classpath 'org.flywaydb:flyway-sqlserver:9.22.1'<br> //classpath 'org.flywaydb.enterprise:flyway-extensibility-commons:9.0.0'<br><br> classpath 'com.redgate.flyway:flyway-core:10.0.0'<br> classpath 'com.redgate.flyway:flyway-sqlserver:10.0.0'<br> classpath 'com.redgate.flyway:flyway-gradle-plugin:10.0.0'<br><br> classpath 'com.microsoft.sqlserver:mssql-jdbc:9.4.0.jre8'<br><br> //classpath 'com.microsoft.azure:msal4j:1.13.8' <br>
With that it could be confusing the system.
Here's a link to the latest Gradle plugin configuration. https://plugins.gradle.org/plugin/org.flywaydb.flyway/10.4.1
Could you give that a try and see how it works out for you?
Add comment
Please sign in to leave a comment.
Does Anyone know what version of flyway-core for enterprise do I need to get following:
org.flywaydb:flyway-core:10.1.0