diff options
Diffstat (limited to 'poi-ooxml-lite-agent')
-rw-r--r-- | poi-ooxml-lite-agent/build.gradle | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/poi-ooxml-lite-agent/build.gradle b/poi-ooxml-lite-agent/build.gradle index 7b9204c8f3..fc0cf7b2df 100644 --- a/poi-ooxml-lite-agent/build.gradle +++ b/poi-ooxml-lite-agent/build.gradle @@ -15,16 +15,6 @@ limitations under the License. ==================================================================== */ -plugins { - id 'java' - id 'maven-publish' - id 'java-library' -} - -final String JAVA9_SRC = 'src/main/java9' -final String JAVA9_OUT = "${buildDir}/classes/java9/main/" -final String VERSIONS9 = 'META-INF/versions/9' - sourceSets { main { if (JavaVersion.current() != JavaVersion.VERSION_1_8) { |