So, Flyway exists in *Gradle Plugin Central*; I im...
# gradle
x
So, Flyway exists in *Gradle Plugin Central*; I import it via
plugins { id("org.flywaydb.flyway") version "5.1.4" }
(along with the needed
compile
dependency). Now, I need to "configure" it in order to change some of the default functionality, but there is no way I can make it work by using
configure<FlywayPlugin> { ... }
...it keeps telling me the values are not found. I think what I have (`https://github.com/x80486/gradle-guacamole/`) should be fine.