From 5fb90fdccec774ba1c890feb6a9a5556dc27c0dc Mon Sep 17 00:00:00 2001 From: PJ Fanning Date: Sun, 19 Mar 2023 20:40:14 +0000 Subject: remove temporary hacks git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1908529 13f79535-47bb-0310-9956-ffa450edef68 --- poi/build.gradle | 2 -- 1 file changed, 2 deletions(-) (limited to 'poi/build.gradle') diff --git a/poi/build.gradle b/poi/build.gradle index 211ac58ddd..bf54b17b0a 100644 --- a/poi/build.gradle +++ b/poi/build.gradle @@ -97,7 +97,6 @@ task compileJava9(type: JavaCompile) { '--module-path', sourceSets.main.compileClasspath.asPath ] } -compileJava9.onlyIf {jdkVersion > 8} task compileTest9(type: JavaCompile) { dependsOn 'compileTestJava' @@ -115,7 +114,6 @@ task compileTest9(type: JavaCompile) { ] classpath = files() } -compileTest9.onlyIf {jdkVersion > 8} jar { dependsOn compileJava9 -- cgit v1.2.3