Skip to content

Commit

Permalink
Merge branch '2.7.x' into 3.0.x
Browse files Browse the repository at this point in the history
Closes gh-34391
  • Loading branch information
wilkinsona committed Feb 27, 2023
2 parents 4234ce7 + 81882ec commit 814b77c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -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[]

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
war
java
id("org.springframework.boot") version "{gradle-project-version}"
}

Expand Down

0 comments on commit 814b77c

Please sign in to comment.