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 7631eae9b2 try to fix issue with missing module-info classes
7631eae9b2 is described below
commit 7631eae9b225b0403e958f53731e3af5701373f2
Author: PJ Fanning <[email protected]>
AuthorDate: Mon Nov 17 14:17:51 2025 +0100
try to fix issue with missing module-info classes
---
build.gradle | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build.gradle b/build.gradle
index c2ce05c1aa..1c43ad2040 100644
--- a/build.gradle
+++ b/build.gradle
@@ -132,7 +132,7 @@ subprojects {
JAVA9_OUT =
layout.buildDirectory.dir('classes/java9/main/').get().asFile.absolutePath
TEST9_SRC = 'src/test/java9'
TEST9_OUT =
layout.buildDirectory.dir('classes/java9/test/').get().asFile.absolutePath
- VERSIONS9 = 'META-INF/versions/9'
+ VERSIONS9 = '/META-INF/versions/9'
NO_SCRATCHPAD = (findProperty("scratchpad.ignore") == "true")
SAXON_TEST = (findProperty("saxon.test") == "true")
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]