This is an automated email from the ASF dual-hosted git repository.
jonnybot 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 4adf6fb8 Add reproducible flag to disable Last Updated date
4adf6fb8 is described below
commit 4adf6fb8a3a074351143328ce264c55b9539a4e4
Author: Jonny Carter <[email protected]>
AuthorDate: Tue Sep 9 08:28:28 2025 -0500
Add reproducible flag to disable Last Updated date
---
doc/manual/manual.gradle | 1 +
1 file changed, 1 insertion(+)
diff --git a/doc/manual/manual.gradle b/doc/manual/manual.gradle
index 7c841a1c..ccca6371 100644
--- a/doc/manual/manual.gradle
+++ b/doc/manual/manual.gradle
@@ -107,6 +107,7 @@ asciidoctorj {
linkcss : true,
stylesheet : 'css/style.css',
imagesdir : 'images',
+ reproducible : true,
'tabs-sync-option' : true,
'tabs-sync-storage-key' : 'tabs'
]