quote typo

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1898289 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Andreas Beeker 2022-02-21 23:10:45 +00:00
parent b59dbbd076
commit 3d66868974

View File

@ -383,9 +383,9 @@ poijobs.each { poijob ->
switches('-Dsonar.organization=apache')
switches('-Dsonar.projectKey=poi-parent')
switches('-Dsonar.host.url=https://sonarcloud.io')
switches('-PjdkVersion=${jdkMapping.get(jdkKey).jdkVersion}')
switches("-PjdkVersion=${jdkMapping.get(jdkKey).jdkVersion}")
if (jdkMapping.get(jdkKey).jdkVendor != '') {
switches('-PjdkVendor=${jdkMapping.get(jdkKey).jdkVendor}')
switches("-PjdkVendor=${jdkMapping.get(jdkKey).jdkVendor}")
}
tasks('clean')
tasks('check')
@ -438,9 +438,9 @@ poijobs.each { poijob ->
if (poijob.saxonTest) {
switches('-Psaxon.test=true')
}
switches('-PjdkVersion=${jdkMapping.get(jdkKey).jdkVersion}')
switches("-PjdkVersion=${jdkMapping.get(jdkKey).jdkVersion}")
if (jdkMapping.get(jdkKey).jdkVendor != '') {
switches('-PjdkVendor=${jdkMapping.get(jdkKey).jdkVendor}')
switches("-PjdkVendor=${jdkMapping.get(jdkKey).jdkVendor}")
}
}
} else {
@ -581,9 +581,9 @@ xmlbeansjobs.each { xjob ->
switches('-Dsonar.organization=apache')
switches('-Dsonar.projectKey=apache_xmlbeans')
switches('-Dsonar.host.url=https://sonarcloud.io')
switches('-PjdkVersion=${jdkMapping.get(jdkKey).jdkVersion}')
switches("-PjdkVersion=${jdkMapping.get(jdkKey).jdkVersion}")
if (jdkMapping.get(jdkKey).jdkVendor != '') {
switches('-PjdkVendor=${jdkMapping.get(jdkKey).jdkVendor}')
switches("-PjdkVendor=${jdkMapping.get(jdkKey).jdkVendor}")
}
}
tasks('clean')