Add a missing 'io.spring.dependency-management' in doc
Closes gh-9352
This commit is contained in:
parent
f576e90f7a
commit
1ac385c4f6
|
|
@ -224,6 +224,7 @@ ifeval::["{spring-boot-repo}" != "release"]
|
||||||
|
|
||||||
apply plugin: 'java'
|
apply plugin: 'java'
|
||||||
apply plugin: 'org.springframework.boot'
|
apply plugin: 'org.springframework.boot'
|
||||||
|
apply plugin: 'io.spring.dependency-management'
|
||||||
|
|
||||||
endif::[]
|
endif::[]
|
||||||
jar {
|
jar {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue