Browse Source

Merge branch '2.5.x' into 2.6.x

Closes gh-29537
pull/30003/head
Stephane Nicoll 4 years ago
parent
commit
267cd45235
  1. 2
      spring-boot-project/spring-boot-docs/src/docs/asciidoc/howto/build.adoc

2
spring-boot-project/spring-boot-docs/src/docs/asciidoc/howto/build.adoc

@ -72,7 +72,7 @@ Gradle users can achieve the same result by using the https://plugins.gradle.org @@ -72,7 +72,7 @@ Gradle users can achieve the same result by using the https://plugins.gradle.org
[source,gradle,indent=0,subs="verbatim"]
----
plugins {
id "com.gorylenko.gradle-git-properties" version "2.2.4"
id "com.gorylenko.gradle-git-properties" version "2.3.2"
}
----

Loading…
Cancel
Save