mirror of
https://github.com/apache/poi.git
synced 2026-02-27 20:40:08 +08:00
quote typo
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1898289 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
b59dbbd076
commit
3d66868974
@ -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')
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user