aboutsummaryrefslogtreecommitdiffstats
path: root/poi-integration/build.gradle
diff options
context:
space:
mode:
authorPJ Fanning <fanningpj@apache.org>2023-03-19 20:40:14 +0000
committerPJ Fanning <fanningpj@apache.org>2023-03-19 20:40:14 +0000
commit5fb90fdccec774ba1c890feb6a9a5556dc27c0dc (patch)
tree67d0be56d401f61c68baae6085bdca2d5916e0bd /poi-integration/build.gradle
parentc58ff2216f4f1bfe2a121f1e11bba3b1ae26f3a6 (diff)
downloadpoi-5fb90fdccec774ba1c890feb6a9a5556dc27c0dc.tar.gz
poi-5fb90fdccec774ba1c890feb6a9a5556dc27c0dc.zip
remove temporary hacks
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1908529 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'poi-integration/build.gradle')
-rw-r--r--poi-integration/build.gradle1
1 files changed, 0 insertions, 1 deletions
diff --git a/poi-integration/build.gradle b/poi-integration/build.gradle
index cf81d90f47..49cbc94b45 100644
--- a/poi-integration/build.gradle
+++ b/poi-integration/build.gradle
@@ -92,7 +92,6 @@ final String OOXML_LITE_INCLUDES = "^(com/microsoft/schemas|org/(etsi|openxmlfor
task compileTest9(type: JavaCompile) {
dependsOn 'compileTestJava', ':poi-ooxml:testJar', ':poi-scratchpad:testJar', ':poi-examples:jar'
- onlyIf {jdkVersion > 8}
javaCompiler = javaToolchains.compilerFor {
languageVersion = JavaLanguageVersion.of(Math.max(11, jdkVersion))