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 813deb9f88 GROOVY-8162: Update Groovysh to JLine3 (additional
documentation)
813deb9f88 is described below
commit 813deb9f88a80dc3b2820e7143b4c479dfee9dda
Author: Paul King <[email protected]>
AuthorDate: Sat Aug 2 10:57:29 2025 +1000
GROOVY-8162: Update Groovysh to JLine3 (additional documentation)
---
subprojects/groovy-groovysh/src/spec/doc/groovysh.adoc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/subprojects/groovy-groovysh/src/spec/doc/groovysh.adoc
b/subprojects/groovy-groovysh/src/spec/doc/groovysh.adoc
index 319b3eb8a0..2fa26c8792 100644
--- a/subprojects/groovy-groovysh/src/spec/doc/groovysh.adoc
+++ b/subprojects/groovy-groovysh/src/spec/doc/groovysh.adoc
@@ -325,7 +325,7 @@ groovy> t.inverseBidiMap()
----
Completion is available. Currently, completion options are populated
-by known artifacts in the local Maven repository (~/.m2). Expect this to
change in the future.
+by known artifacts in the local Maven (~/.m2) and Grape (~/.groovy/grapes)
repositories. In the future, completion from a remote repositories may be
supported.
[source,jshell]
----