try to fix issue where java9 module-info compiles don't happen

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1903038 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
PJ Fanning 2022-07-26 21:56:46 +00:00
parent af689e73bd
commit 64bd4c0e88
2 changed files with 0 additions and 8 deletions

View File

@ -185,10 +185,6 @@ subprojects {
options.compilerArgs << '-Xlint:unchecked'
options.deprecation = true
options.incremental = true
onlyIf {
(name != "compileJava9" && name != "compileTest9") // || jdkVersion > 8
}
}
repositories {
@ -203,10 +199,6 @@ subprojects {
testImplementation "org.apache.logging.log4j:log4j-core:${log4jVersion}"
}
task wrapper(type: Wrapper){
gradleVersion = '7.4.2'
}
java {
toolchain {
languageVersion.set(JavaLanguageVersion.of(jdkVersion))

Binary file not shown.