xmlbeans 5.1.1 release

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1903766 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
PJ Fanning 2022-08-30 00:34:13 +00:00
parent 4ffea2f2a2
commit 325c7cb81c
1 changed files with 1 additions and 0 deletions

View File

@ -448,6 +448,7 @@ poijobs.each { poijob ->
if (jdkMapping.get(jdkKey).jdkVendor != '') { if (jdkMapping.get(jdkKey).jdkVendor != '') {
switches("-PjdkVendor=${jdkMapping.get(jdkKey).jdkVendor}") switches("-PjdkVendor=${jdkMapping.get(jdkKey).jdkVendor}")
} }
switches("--refresh-dependencies")
} }
} else { } else {
ant { ant {