Comments
3 comments
-
We currently have an issue with our enterprise gradle plugin (publishing administration due to a change in the group ID). The workaround is to use v9.22.3 of the plugin as described here: https://plugins.gradle.org/plugin/org.flywaydb.enterprise.flyway
-
It is now Jan 29th, our License Key has expired and we are now forced to use the new PAT auth. Turns out v9 does not have the PAT components and you still don't have a working V10+ of the gradle plugin available.
We pay for this, you get that right? -
AlistairW said:We currently have an issue with our enterprise gradle plugin (publishing administration due to a change in the group ID). The workaround is to use v9.22.3 of the plugin as described here: https://plugins.gradle.org/plugin/org.flywaydb.enterprise.flyway
Add comment
Please sign in to leave a comment.
https://documentation.red-gate.com/fd/gradle-task-184127407.html
and ended up getting the error that the resource doesnot exists.
This is the entry in the build.gradle:
It is trying to download from this path:
https://download.red-gate.com/maven/release/com/redgate/flyway/com.redgate.flyway.gradle.plugin/10.19.0/com.redgate.flyway.gradle.plugin-10.19.0.pom
The plugin is actually available at this plugin:
https://download.red-gate.com/maven/release/com/redgate/flyway/flyway-gradle-plugin/10.19.0/flyway-gradle-plugin-10.19.0.pom
Please let me know if we are doing anything wrong in the config.