Skip to content

Commit f28000b

Browse files
authored
Update README.md
1 parent ee5fe6f commit f28000b

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -210,10 +210,12 @@ gitVersioning {
210210
- `git.commit.timestamp` e.g. '1560694278'
211211
- `git.commit.timestamp.datetime` e.g. '2019-11-16T14:37:10Z'
212212
213-
## Miscellaneous Hints
214213
215-
### Command Line To Print Project Version
216-
`gradle :version -q`
214+
## Gradle Tasks
215+
216+
* **Print Version** `gradle version -q`
217+
218+
## Miscellaneous Hints
217219
218220
### CI/CD
219221
Most CI/CD systems do checkouts in a detached HEAD state so no branch information is available, however they provide environment variables with this information. You can provide those, by using [Parameters & Environment Variables](#parameters--environment-variables). Below you'll find some setup example for common CI/CD systems.

0 commit comments

Comments
 (0)