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

rombert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-aggregator.git

commit 56a88555743f79a0655bece67ffea4e593d188aa
Author: Robert Munteanu <romb...@apache.org>
AuthorDate: Thu Aug 31 11:48:58 2023 +0200

    Make it possible to install groovy with asdf
---
 .tool-versions | 1 +
 README.md      | 4 ++++
 2 files changed, 5 insertions(+)

diff --git a/.tool-versions b/.tool-versions
new file mode 100644
index 0000000..4986802
--- /dev/null
+++ b/.tool-versions
@@ -0,0 +1 @@
+groovy 3.0.19
diff --git a/README.md b/README.md
index 20c8d8a..7634a78 100644
--- a/README.md
+++ b/README.md
@@ -113,6 +113,10 @@ That list is found in the [default.xml](./default.xml) 
file.
 
 It is used to generate the [list of Git 
Repositories](http://sling.apache.org/repolist.html) on our website.
 
+**Install Groovy with with [ASDF](https://asdf-vm.com/)**
+
+    asdf install
+
 **Install Groovy on Mac with [Homebrew](https://brew.sh)**
 
     brew install groovy

Reply via email to