aboutsummaryrefslogtreecommitdiffstats
path: root/poi-ooxml-lite-agent/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'poi-ooxml-lite-agent/build.gradle')
-rw-r--r--poi-ooxml-lite-agent/build.gradle1
1 files changed, 0 insertions, 1 deletions
diff --git a/poi-ooxml-lite-agent/build.gradle b/poi-ooxml-lite-agent/build.gradle
index 45fcb762d8..f6cfff98a3 100644
--- a/poi-ooxml-lite-agent/build.gradle
+++ b/poi-ooxml-lite-agent/build.gradle
@@ -43,7 +43,6 @@ task compileJava9(type: JavaCompile) {
javaCompiler = javaToolchains.compilerFor {
languageVersion = JavaLanguageVersion.of(Math.max(11, jdkVersion))
- if (jdkVendor != '') vendor = JvmVendorSpec.matching(jdkVendor)
}
sourceCompatibility = 1.9
targetCompatibility = 1.9