This is an automated email from the ASF dual-hosted git repository.
fanningpj pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/poi.git
The following commit(s) were added to refs/heads/trunk by this push:
new cfb713df29 use javadocs.dev
cfb713df29 is described below
commit cfb713df29a3f57a2f132780ec4b173e86436d47
Author: PJ Fanning <[email protected]>
AuthorDate: Sun Feb 22 23:53:35 2026 +0100
use javadocs.dev
---
build.gradle | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build.gradle b/build.gradle
index 0acedde987..1614cd5600 100644
--- a/build.gradle
+++ b/build.gradle
@@ -217,7 +217,7 @@ subprojects {
links 'https://poi.apache.org/apidocs/dev/'
if (jdkVersion >= 23) links
'https://docs.oracle.com/en/java/javase/23/docs/api/' else links
'https://docs.oracle.com/en/java/javase/11/docs/api/'
links 'https://xmlbeans.apache.org/docs/5.0.0/'
- links
'https://javadoc.io/doc/org.apache.commons/commons-compress/1.27.1/'
+ links
'https://www.javadocs.dev/org.apache.commons/commons-compress/1.28.0/'
use = true
splitIndex = true
source = "11"
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]