Skip to content

Commit 814b77c

Browse files
committed
Merge branch '2.7.x' into 3.0.x
Closes gh-34391
2 parents 4234ce7 + 81882ec commit 814b77c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: spring-boot-project/spring-boot-tools/spring-boot-gradle-plugin/src/docs/gradle/getting-started/typical-plugins.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1+
// tag::apply[]
12
plugins {
3+
id 'java'
24
id 'org.springframework.boot' version '{gradle-project-version}'
35
}
46

5-
// tag::apply[]
6-
apply plugin: 'java'
77
apply plugin: 'io.spring.dependency-management'
88
// end::apply[]
99

Diff for: spring-boot-project/spring-boot-tools/spring-boot-gradle-plugin/src/docs/gradle/packaging/spring-boot-dsl-main-class.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
war
2+
java
33
id("org.springframework.boot") version "{gradle-project-version}"
44
}
55

0 commit comments

Comments
 (0)