Merge branch '2.7.x' into 3.0.x

Closes gh-34391
This commit is contained in:
Andy Wilkinson 2023-02-27 13:54:59 +00:00
commit 814b77c33f
2 changed files with 3 additions and 3 deletions

View File

@ -1,9 +1,9 @@
// tag::apply[]
plugins {
id 'java'
id 'org.springframework.boot' version '{gradle-project-version}'
}
// tag::apply[]
apply plugin: 'java'
apply plugin: 'io.spring.dependency-management'
// end::apply[]

View File

@ -1,5 +1,5 @@
plugins {
war
java
id("org.springframework.boot") version "{gradle-project-version}"
}