diff options
Diffstat (limited to 'poi-ooxml-full')
-rw-r--r-- | poi-ooxml-full/build.gradle | 17 | ||||
-rw-r--r-- | poi-ooxml-full/src/main/java9/module-info.class | bin | 2611 -> 0 bytes |
2 files changed, 1 insertions, 16 deletions
diff --git a/poi-ooxml-full/build.gradle b/poi-ooxml-full/build.gradle index 03e6bb335e..ee9edd81d5 100644 --- a/poi-ooxml-full/build.gradle +++ b/poi-ooxml-full/build.gradle @@ -26,9 +26,7 @@ sourceSets { // TypeSystemHolder.class is in the resources output.dir(BEANS_RES, builtBy: 'generate_beans') compileClasspath += files(BEANS_RES) - if (jdkVersion > 8) { - output.dir(JAVA9_OUT, builtBy: 'cacheJava9') - } + output.dir(JAVA9_OUT, builtBy: 'compileJava9') java { srcDirs = [BEANS_SRC] } @@ -73,13 +71,6 @@ task compileJava9(type: JavaCompile) { ] } -task cacheJava9(type: Copy) { - dependsOn 'compileJava9' - - from(file(JAVA9_OUT + VERSIONS9)) - into(JAVA9_SRC) -} - task copy_xsds(type: Copy) { from ('src/main/xmlschema/org/apache/poi/xdgf') from ('src/main/xmlschema/org/apache/poi/schemas') { @@ -142,12 +133,6 @@ task sourceJar(type: Jar) { jar { dependsOn 'sourceJar' - if (jdkVersion == 8) { - into('META-INF/versions/9') { - from JAVA9_SRC include '*.class' - } - } - manifest { attributes ('Automatic-Module-Name': MODULE_NAME, 'Multi-Release': 'true') } diff --git a/poi-ooxml-full/src/main/java9/module-info.class b/poi-ooxml-full/src/main/java9/module-info.class Binary files differdeleted file mode 100644 index 365080ac1b..0000000000 --- a/poi-ooxml-full/src/main/java9/module-info.class +++ /dev/null |