mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-25 10:59:03 +00:00
Merge branch '3.4.x' into 3.5.x
Closes gh-46188
This commit is contained in:
+1
-1
@@ -15,5 +15,5 @@
|
||||
*/
|
||||
|
||||
plugins {
|
||||
id 'org.springframework.boot' version '{gradle-project-version}'
|
||||
id 'org.springframework.boot' version '{version-spring-boot}'
|
||||
}
|
||||
|
||||
+1
-1
@@ -1,3 +1,3 @@
|
||||
plugins {
|
||||
id("org.springframework.boot") version "{gradle-project-version}"
|
||||
id("org.springframework.boot") version "{version-spring-boot}"
|
||||
}
|
||||
|
||||
+1
-1
@@ -15,5 +15,5 @@
|
||||
*/
|
||||
|
||||
plugins {
|
||||
id 'org.springframework.boot' version '{gradle-project-version}' apply false
|
||||
id 'org.springframework.boot' version '{version-spring-boot}' apply false
|
||||
}
|
||||
|
||||
+1
-1
@@ -1,3 +1,3 @@
|
||||
plugins {
|
||||
id("org.springframework.boot") version "{gradle-project-version}" apply false
|
||||
id("org.springframework.boot") version "{version-spring-boot}" apply false
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user