This is an automated email from the ASF dual-hosted git repository.
fanningpj pushed a commit to branch 5.5.x
in repository https://gitbox.apache.org/repos/asf/poi.git
The following commit(s) were added to refs/heads/5.5.x by this push:
new ec9b9d9c44 try to fix issue with missing module-info classes
ec9b9d9c44 is described below
commit ec9b9d9c445ae025b706303d5f689703f5e7fe9c
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 6e06d20d48..a9902fb935 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]