mokamoto12
mokamoto12
I've addressed the issue https://github.com/brettwooldridge/HikariCP/issues/1960 Best regards.
This PR updates the Flyway Gradle plugin to use Gradle's [Task configuration avoidance API](https://docs.gradle.org/current/userguide/task_configuration_avoidance.html). This update is part of https://github.com/flyway/flyway/pull/3879, but I've created a separate PR for it as this...
Updated Gradle plugin's build scripts to no longer use the deprecated `convention` property, switching to the `extensions` API instead. close https://github.com/flyway/flyway/issues/3798