This is an automated email from the ASF dual-hosted git repository.
paulk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/groovy.git
The following commit(s) were added to refs/heads/master by this push:
new a9b32f0 fix instructions for bootstrap step (thanks Balachandran
Sivakumar)
a9b32f0 is described below
commit a9b32f00abca40f7b73beaa2e26a9122a34c1eef
Author: Paul King <[email protected]>
AuthorDate: Sat Nov 6 21:16:29 2021 +1000
fix instructions for bootstrap step (thanks Balachandran Sivakumar)
---
README.adoc | 2 --
1 file changed, 2 deletions(-)
diff --git a/README.adoc b/README.adoc
index 7691847..f98b0fb 100644
--- a/README.adoc
+++ b/README.adoc
@@ -116,8 +116,6 @@ To bootstrap Gradle, at the top directory of your unpacked
source, run the comma
gradle -p bootstrap
-On Unix-like systems, use `./gradle`.
-
[NOTE]
At this point, the Gradle wrapper should be set up and from now on you should
use
the `gradlew` command instead of `gradle`. (On Unix-like systems, use
`./gradlew`).