Skip to content

Consider manging Flyway Gradle plugin #43287

Closed as not planned
Closed as not planned
@ciscoo

Description

@ciscoo

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.

Ref: https://stackoverflow.com/questions/79215364/how-to-use-spring-boot-bom-to-manage-flyway-plugin-version-in-gradle

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions