Unable to pull flyway-gradle-plugin from the enterprise repo
KasibhatlaS
Posts: 1 New member
We are trying to use the documentation here to pull the 10.19.0 version of the plugin:
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:
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:
id 'com.redgate.flyway' version '10.19.0' apply false
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.
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.
Answers