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 c3c6825518 fix relative link for groovysh c3c6825518 is described below commit c3c6825518b625bbedebbb0c95e2732bb2a774be Author: Paul King <pa...@asert.com.au> AuthorDate: Sat Aug 23 12:58:12 2025 +1000 fix relative link for groovysh --- subprojects/groovy-binary/build.gradle | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/subprojects/groovy-binary/build.gradle b/subprojects/groovy-binary/build.gradle index 24e8e9f356..72fabf6463 100644 --- a/subprojects/groovy-binary/build.gradle +++ b/subprojects/groovy-binary/build.gradle @@ -42,7 +42,8 @@ tasks.named('asciidoctor') { attributes reldir_root: '.', reldir_jmx: '.', reldir_swing: '.', - reldir_console: '.' + reldir_console: '.', + reldir_groovysh: '.' } distribution {