I've just run through the example on the quickstart guide with gradle 8.10.2 and flyway v10.0.0 and 10.19.0 and it all worked so there doesn't appear to be a problem with Flyway. I don't see a build.gradle file in your project though and I was configuring Flyway using that
I thought I posted a response but it vanished so this is try #2 The way I can replicate the error you are seeing is to empty out the build.gradle file so it no longer refers to flyway. For references, this is what I have in mine (from the quickstart guide)
Hi AlistairW, We are still getting the error after the gradle build successful run. I'm not able to run gradle flywaymigrate -i command you can see in below screenshot.
Answers
I don't see a build.gradle file in your project though and I was configuring Flyway using that
The way I can replicate the error you are seeing is to empty out the build.gradle file so it no longer refers to flyway.
For references, this is what I have in mine (from the quickstart guide)
buildscript {