x80486
07/28/2018, 5:08 PMplugins { 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.