You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@groovy.apache.org by pa...@apache.org on 2022/03/20 03:24:25 UTC

[groovy-website] branch asf-site updated: Gradle version clarification

This is an automated email from the ASF dual-hosted git repository.

paulk pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/groovy-website.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new beff7fd  Gradle version clarification
beff7fd is described below

commit beff7fd9c7cd224cec3bf5eb7b0098230a385665
Author: Paul King <pa...@asert.com.au>
AuthorDate: Sun Mar 20 13:24:21 2022 +1000

    Gradle version clarification
---
 site/src/site/pages/download.groovy | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/site/src/site/pages/download.groovy b/site/src/site/pages/download.groovy
index 5901044..2c86741 100644
--- a/site/src/site/pages/download.groovy
+++ b/site/src/site/pages/download.groovy
@@ -415,7 +415,7 @@ layout 'layouts/main.groovy', true,
                                             td(colspan: 3) {
                                                 yield 'For '
                                                 code 'groovy-all'
-                                                yield ' use '
+                                                yield ' when using Gradle 6+ use '
                                                 code "implementation platform('org.apache.groovy:groovy-all:x.y.z')"
                                                 yield ' instead of '
                                                 code "implementation 'org.codehaus.groovy:groovy-all:x.y.z'"