Skip to content

Instantly share code, notes, and snippets.

@SlyDen
Created June 5, 2019 09:54
Show Gist options
  • Save SlyDen/8b261a99742864ca1e0b77be9717fdfd to your computer and use it in GitHub Desktop.
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
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