spring-cloud-release-tools icon indicating copy to clipboard operation
spring-cloud-release-tools copied to clipboard

Better Gradle version substitution

Open marcingrzejszczak opened this issue 6 years ago • 0 comments

dependencyManagement {
    imports {
        mavenBom "org.springframework.cloud:spring-cloud-dependencies:Finchley.SR2"
    }
}

we could automatically find and replace the boms or versions if they match a regex

marcingrzejszczak avatar Apr 30 '19 13:04 marcingrzejszczak