This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-jexl.git
The following commit(s) were added to refs/heads/master by this push:
new d5a3e948 Force src/main/javadoc/overview.html to Unix line endings or
Javadoc fails on Windows
d5a3e948 is described below
commit d5a3e94836bfe42040c9533b37153c765ccdca60
Author: Gary Gregory <[email protected]>
AuthorDate: Sat Nov 1 09:36:22 2025 -0400
Force src/main/javadoc/overview.html to Unix line endings or Javadoc
fails on Windows
---
.gitattributes | 1 +
1 file changed, 1 insertion(+)
diff --git a/.gitattributes b/.gitattributes
index 6d6fcbf0..f5f9b13f 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -15,4 +15,5 @@
* text=auto
*.patch -text
+# Force src/main/javadoc/overview.html to Unix line endings or Javadoc fails
on Windows
src/main/javadoc/overview.html text eol=lf