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 c8b6ff88 Force src/main/javadoc/overview.html to Unix line endings or
Javadoc fails on Windows
c8b6ff88 is described below
commit c8b6ff88d2d4d2eb88bdda8a45e0c736e420044c
Author: Gary Gregory <[email protected]>
AuthorDate: Sat Nov 1 09:34:58 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 4f9cffce..6d6fcbf0 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -15,3 +15,4 @@
* text=auto
*.patch -text
+src/main/javadoc/overview.html text eol=lf