diff options
Diffstat (limited to 'poi/build.gradle')
-rw-r--r-- | poi/build.gradle | 2 |
1 files changed, 0 insertions, 2 deletions
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 |