Created
June 5, 2019 09:54
-
-
Save SlyDen/8b261a99742864ca1e0b77be9717fdfd to your computer and use it in GitHub Desktop.
Example io.spring.dependency-management https://github.com/spring-io/initializr/issues/903
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
plugins { | |
// … | |
id("org.springframework.boot") version "2.1.5.RELEASE" | |
} | |
apply(plugin = "io.spring.dependency-management") | |
the<DependencyManagementExtension>().apply { | |
imports { | |
mavenBom("example:bom:1.0") | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment