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-geb.git
The following commit(s) were added to refs/heads/master by this push:
new faf8ea0f add 8.0.1
faf8ea0f is described below
commit faf8ea0f49c8944619f5e9902f5b93e2d4ab52c5
Author: Paul King <[email protected]>
AuthorDate: Tue Nov 18 11:21:36 2025 +1000
add 8.0.1
---
doc/site/site.gradle | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/site/site.gradle b/doc/site/site.gradle
index b14a1c18..24d3ee78 100644
--- a/doc/site/site.gradle
+++ b/doc/site/site.gradle
@@ -36,7 +36,7 @@ configurations {
manuals {
include(
"2.1", "2.2", "2.3", "2.3.1", "3.0", "3.0.1", "3.1", "3.2", "3.3",
"3.4", "3.4.1",
- "4.0", "4.1", "5.0", "5.1", "6.0", "7.0", "8.0.0"
+ "4.0", "4.1", "5.0", "5.1", "6.0", "7.0", "8.0.0", "8.0.1"
)
currentManual.from(configurations.currentManual)
indexTemplate.set(file("templates/main.html"))