Fixed typo.

This commit is contained in:
Erik C. Thauvin 2020-11-10 11:40:22 -08:00
parent 65a38facda
commit 7440631325

View file

@ -273,7 +273,7 @@ Property | Description
## Version is "unspecified"
This is a common problem steaming from the configuration and build phases in Gradle.
This is a common problem stemming from the configuration and build phases in Gradle.
It is always preferable to access to version during the execution stage, in a `doFirst` or `doLast` closure within your tasks: