aboutsummaryrefslogtreecommitdiffstats
path: root/poi-integration
diff options
context:
space:
mode:
authorPJ Fanning <fanningpj@apache.org>2023-02-22 22:19:17 +0000
committerPJ Fanning <fanningpj@apache.org>2023-02-22 22:19:17 +0000
commit340865beed28840c0cae78f99cdc1f6982b50c05 (patch)
treee3da1c216d590f19a79b6d55c6d535f924def002 /poi-integration
parenta7bf0c05376c3b30ea89f91fa98d43763d84cd56 (diff)
downloadpoi-340865beed28840c0cae78f99cdc1f6982b50c05.tar.gz
poi-340865beed28840c0cae78f99cdc1f6982b50c05.zip
try gradle 8.0.1 again
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1907811 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'poi-integration')
-rw-r--r--poi-integration/build.gradle7
1 files changed, 0 insertions, 7 deletions
diff --git a/poi-integration/build.gradle b/poi-integration/build.gradle
index e943c288f5..49cbc94b45 100644
--- a/poi-integration/build.gradle
+++ b/poi-integration/build.gradle
@@ -90,13 +90,6 @@ final String OOXML_LITE_AGENT = "../build/dist/maven/poi-ooxml-lite-agent/poi-oo
final String OOXML_LITE_REPORT = '../src/resources/ooxml-lite-report'
final String OOXML_LITE_INCLUDES = "^(com/microsoft/schemas|org/(etsi|openxmlformats|w3/)|org/apache/poi/schemas)"
-java {
- toolchain {
- languageVersion = JavaLanguageVersion.of(jdkVersion)
- if (jdkVendor != '') vendor = JvmVendorSpec.matching(jdkVendor)
- }
-}
-
task compileTest9(type: JavaCompile) {
dependsOn 'compileTestJava', ':poi-ooxml:testJar', ':poi-scratchpad:testJar', ':poi-examples:jar'