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 e794902 add windows installers
e794902 is described below
commit e794902b662a61eec858837d8b1e8ab8e1466093
Author: Paul King <[email protected]>
AuthorDate: Thu Jan 22 20:39:30 2026 +1000
add windows installers
---
site/src/site/sitemap-dev.groovy | 14 ++------------
1 file changed, 2 insertions(+), 12 deletions(-)
diff --git a/site/src/site/sitemap-dev.groovy b/site/src/site/sitemap-dev.groovy
index ccdd4bb..a2b5598 100644
--- a/site/src/site/sitemap-dev.groovy
+++ b/site/src/site/sitemap-dev.groovy
@@ -89,12 +89,7 @@ downloads {
}
version('5.0.4') {
stable true
-// windowsInstaller
'https://groovy.jfrog.io/artifactory/dist-release-local/groovy-windows-installer/groovy-5.0.4/'
- }
- version('5.0.3') {
- stable true
- archive true
- windowsInstaller
'https://groovy.jfrog.io/artifactory/dist-release-local/groovy-windows-installer/groovy-5.0.3/'
+ windowsInstaller
'https://groovy.jfrog.io/artifactory/dist-release-local/groovy-windows-installer/groovy-5.0.4/'
}
}
distribution('Groovy 4.0') {
@@ -106,12 +101,7 @@ downloads {
}
version('4.0.30') {
stable true
-// windowsInstaller
'https://groovy.jfrog.io/artifactory/dist-release-local/groovy-windows-installer/groovy-4.0.30/'
- }
- version('4.0.29') {
- stable true
- archive true
- windowsInstaller
'https://groovy.jfrog.io/artifactory/dist-release-local/groovy-windows-installer/groovy-4.0.29/'
+ windowsInstaller
'https://groovy.jfrog.io/artifactory/dist-release-local/groovy-windows-installer/groovy-4.0.30/'
}
}
distribution('Groovy 3.0') {