mirror of
https://github.com/apache/poi.git
synced 2026-02-27 20:40:08 +08:00
try to fix issue with missing module-info classes
This commit is contained in:
parent
3116668737
commit
7631eae9b2
@ -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")
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user