Browse Source

Merge pull request #33838 from izeye

* pr/33838:
  Update com.gorylenko.gradle-git-properties version to 2.4.1 in doc

Closes gh-33838
pull/33861/head
Moritz Halbritter 3 years ago
parent
commit
d7bbeee68c
  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.3.2"
id "com.gorylenko.gradle-git-properties" version "2.4.1"
}
----

Loading…
Cancel
Save