From 74406313253ff4bf9c4b910bd696f8dacc860d46 Mon Sep 17 00:00:00 2001 From: "Erik C. Thauvin" Date: Tue, 10 Nov 2020 11:40:22 -0800 Subject: [PATCH] Fixed typo. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e40d91b..681d9b4 100644 --- a/README.md +++ b/README.md @@ -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: