Closed as not planned
Description
The Maven plugin is currently managed:
A bit ugly, but one could then do:
// buildSrc/build.gradle.kts
dependencies {
implementation(platform("org.springframework.boot:spring-boot-dependencies:3.4.0"))
implementation("gradle.plugin.org.flywaydb:gradle-plugin-publishing")
}
// build.gradle.kts
plugins {
id("org.flywaydb.flyway")
}
Granted this will manage other dependencies, but at least the Flyway plugin will align with the version that Boot manages.
Metadata
Metadata
Assignees
Labels
No labels